Skip to content

Commit c1de207

Browse files
committed
Add productname entity
1 parent 3bb2761 commit c1de207

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
@@ -143,6 +143,7 @@ version.sgml: $(top_srcdir)/configure
143143
{ \
144144
echo "<!ENTITY version \"$(PGPRO_VERSION)\">"; \
145145
echo "<!ENTITY majorversion \"$(MAJORVERSION)\">"; \
146+
echo "<!ENTITY productname \"$(PRODUCTNAME)\">"; \
146147
} > $@
147148

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