diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2003-08-31 17:28:39 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2003-08-31 17:28:39 +0000 |
commit | cf8e9169688a33678b2b17f6bf1796e553d2b5b3 (patch) | |
tree | 3e54df4ed07710f665b4b99016380d82bcfbc225 /doc/src | |
parent | 5a288903b9aa9d93b8de3e76fb473098a4412b30 (diff) | |
download | postgresql-cf8e9169688a33678b2b17f6bf1796e553d2b5b3.tar.gz postgresql-cf8e9169688a33678b2b17f6bf1796e553d2b5b3.zip |
Set LC_ALL=C when running collateindex.pl to get predictable sort order.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 9a8c04b159e..1da99e0d0a1 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -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: |