|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
#
|
|
|
|
|
# PostgreSQL documentation makefile
|
|
|
|
|
#
|
|
|
|
|
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.93 2007/01/26 23:51:39 momjian Exp $
|
|
|
|
|
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.94 2007/01/27 22:44:32 momjian Exp $
|
|
|
|
|
#
|
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
@ -99,6 +99,12 @@ ifneq ($(DRAFT), Y) |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The draft rule calls gmake again and sets the DRAFT variable.
|
|
|
|
|
# This seems to be the only way to set gmake variables in a rule.
|
|
|
|
|
draft: |
|
|
|
|
@$(MAKE) DRAFT="Y" html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
COLLATEINDEX := LC_ALL=C $(PERL) $(COLLATEINDEX) -f -g
|
|
|
|
|
|
|
|
|
|
# bookindex.sgml is required so there is a proper index for all output formats
|
|
|
|
|