Thanks to visit codestin.com Credit goes to github.com
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 5a28890 commit cf8e916Copy full SHA for cf8e916
doc/src/sgml/Makefile
@@ -2,7 +2,7 @@
2
#
3
# PostgreSQL documentation makefile
4
5
-# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.58 2003/08/27 22:58:54 petere Exp $
+# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.59 2003/08/31 17:28:39 petere Exp $
6
7
#----------------------------------------------------------------------------
8
@@ -82,7 +82,7 @@ html: postgres.sgml $(ALLSGML) stylesheet.dsl
82
$(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i output-html -t sgml $<
83
84
85
-COLLATEINDEX := $(PERL) $(COLLATEINDEX) -f -g
+COLLATEINDEX := LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
86
87
ifeq (,$(wildcard HTML.index))
88
bookindex.sgml:
0 commit comments