We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be40de commit fc7de7cCopy full SHA for fc7de7c
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.95 2007/02/09 15:55:57 petere Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.96 2007/02/09 20:40:13 neilc Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -105,7 +105,7 @@ draft:
105
@$(MAKE) DRAFT="Y" html
106
107
108
-COLLATEINDEX = LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
+COLLATEINDEX := LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
109
110
# bookindex.sgml is required so there is a proper index for all output formats
111
bookindex.sgml: HTML.index
0 commit comments