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

Commit 822aa8b

Browse files
committed
Use variables, defined in the configure to define edition and productname entities
1 parent f533b02 commit 822aa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +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 \"1c\">"; \
106+
echo "<!ENTITY edition \"$(PGPRO_EDITION)\">"; \
107107
} > $@
108108

109109
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)