Skip to content

Commit b9d837f

Browse files
committed
[Doc]: fix PRODUCT_NAME variable
1 parent 58bbaac commit b9d837f

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
@@ -54,7 +54,7 @@ ifndef XSLTPROC
5454
XSLTPROC = $(missing) xsltproc
5555
endif
5656

57-
override XSLTPROCFLAGS += --stringparam pg.version '$(PGPRO_VERSION)' --stringparam pg.productname '$(PRODUCTNAME)'
57+
override XSLTPROCFLAGS += --stringparam pg.version '$(PGPRO_VERSION)' --stringparam pg.productname '$(PRODUCT_NAME)'
5858

5959

6060
GENERATED_SGML = bookindex.sgml version.sgml \

0 commit comments

Comments
 (0)