Make some adjustments to the way documentation headers are printed
authorPavan Deolasee <[email protected]>
Thu, 18 Feb 2016 12:19:09 +0000 (17:49 +0530)
committerPavan Deolasee <[email protected]>
Thu, 18 Feb 2016 12:19:09 +0000 (17:49 +0530)
doc/src/sgml/Makefile
doc/src/sgml/legal.sgml
src/Makefile.global.in

index 24b895f3c397449dc6b94ee67357117090d120bc..22ef50b8997e8ebfd7d67c7c289337a67843b18e 100644 (file)
@@ -141,7 +141,7 @@ endif
 # changes.
 version.sgml: $(top_srcdir)/configure
        { \
-         echo "<!ENTITY version \"$(VERSION)\">"; \
+         echo "<!ENTITY version \"$(XLVERSION)\">"; \
          echo "<!ENTITY majorversion \"$(MAJORVERSION)\">"; \
        } > $@
 
index 91fe0f56f4d03b0b0a8af60c89eabf9783b86517..ae7f5a7d317f198d9409c40f3824a30e452f94aa 100644 (file)
@@ -6,6 +6,10 @@
  <year>1996-2016</year>
  <holder>The PostgreSQL Global Development Group</holder>
 </copyright>
+<copyright>
+ <year>2014-2016</year>
+ <holder>Postgres-XL Development Group</holder>
+</copyright>
 <copyright>
  <year>2009-2012</year>
  <holder>Postgres-XC Development Group</holder>
index a91595a425840f70e3535086197e38fadce499fe..c6bade1db37143db8a64ddce1f2445d11b89b22c 100644 (file)
@@ -37,6 +37,7 @@ all:
 
 # PostgreSQL version number
 VERSION = @PACKAGE_VERSION@
+XLVERSION = @PACKAGE_XC_VERSION@
 MAJORVERSION = @PG_MAJORVERSION@
 VERSION_NUM = @PG_VERSION_NUM@