Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cf8e916

Browse files
committed
Set LC_ALL=C when running collateindex.pl to get predictable sort order.
1 parent 5a28890 commit cf8e916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.58 2003/08/27 22:58:54 petere Exp $
5+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.59 2003/08/31 17:28:39 petere Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -82,7 +82,7 @@ html: postgres.sgml $(ALLSGML) stylesheet.dsl
8282
$(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i output-html -t sgml $<
8383

8484

85-
COLLATEINDEX := $(PERL) $(COLLATEINDEX) -f -g
85+
COLLATEINDEX := LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
8686

8787
ifeq (,$(wildcard HTML.index))
8888
bookindex.sgml:

0 commit comments

Comments
 (0)