Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1a30a1d

Browse files
committed
Use variables, defined in the configure to define edition and productname entities
1 parent b45324b commit 1a30a1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/src/sgml/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ version.sgml: $(top_srcdir)/configure
103103
echo "<!ENTITY version \"$(PGPRO_VERSION)\">"; \
104104
echo "<!ENTITY majorversion \"$(MAJORVERSION)\">"; \
105105
echo "<!ENTITY productname \"$(PRODUCT_NAME)\">"; \
106+
echo "<!ENTITY edition \"$(PGPRO_EDITION)\">"; \
106107
} > $@
107108

108109
features-supported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_packages.txt $(top_srcdir)/src/backend/catalog/sql_features.txt

0 commit comments

Comments
 (0)