]> granicus.if.org Git - postgresql/commitdiff
Set LC_ALL=C when running collateindex.pl to get predictable sort order.
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 31 Aug 2003 17:28:39 +0000 (17:28 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 31 Aug 2003 17:28:39 +0000 (17:28 +0000)
doc/src/sgml/Makefile

index 9a8c04b159e79884a3d62147e3bcaed92f177fce..1da99e0d0a163e2b97f1fcff378bdeac2687308a 100644 (file)
@@ -2,7 +2,7 @@
 #
 # PostgreSQL documentation makefile
 #
-# $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 $
 #
 #----------------------------------------------------------------------------
 
@@ -82,7 +82,7 @@ html: postgres.sgml $(ALLSGML) stylesheet.dsl
        $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i output-html -t sgml $<
 
 
-COLLATEINDEX := $(PERL) $(COLLATEINDEX) -f -g
+COLLATEINDEX := LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
 
 ifeq (,$(wildcard HTML.index))
 bookindex.sgml: