mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Unbreak the SGML doc build: ":=" is needed to assign to variables if
the RHS of the assignment expands to a reference to the LHS.
This commit is contained in:
parent
6be40def01
commit
fc7de7c2cb
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# PostgreSQL documentation makefile
|
||||
#
|
||||
# $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 $
|
||||
#
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ draft:
|
|||
@$(MAKE) DRAFT="Y" html
|
||||
|
||||
|
||||
COLLATEINDEX = LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
|
||||
COLLATEINDEX := LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
|
||||
|
||||
# bookindex.sgml is required so there is a proper index for all output formats
|
||||
bookindex.sgml: HTML.index
|
||||
|
|
|
|||
Loading…
Reference in a new issue