Skip to content

Commit daebcbc

Browse files
committed
Use PGPRO_VERSION when generating windows help file
1 parent d74c089 commit daebcbc

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 '$(VERSION)'
57+
override XSLTPROCFLAGS += --stringparam pg.version '$(PGPRO_VERSION)'
5858

5959

6060
GENERATED_SGML = bookindex.sgml version.sgml \

0 commit comments

Comments
 (0)