diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 6 | ||||
-rw-r--r-- | doc/src/sgml/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/Makefile b/doc/Makefile index 5d47b22a348..484dcdc7874 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/doc/Makefile,v 1.28 2005/12/09 21:19:34 petere Exp $ +# $PostgreSQL: pgsql/doc/Makefile,v 1.29 2007/02/09 15:55:57 petere Exp $ # #---------------------------------------------------------------------------- @@ -27,14 +27,14 @@ include $(top_builddir)/src/Makefile.global ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) ifneq (,$(docdir)) -found_html := yes +found_html = yes endif endif ifneq ($(wildcard $(srcdir)/man.tar.gz),) # SCO OpenServer's man system is sufficiently different to not bother. ifneq ($(PORTNAME), sco) -found_man := yes +found_man = yes endif endif diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 7844b5ac8a2..2e6bda7cdb2 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -2,7 +2,7 @@ # # PostgreSQL documentation makefile # -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.94 2007/01/27 22:44:32 momjian Exp $ +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.95 2007/02/09 15:55:57 petere Exp $ # #---------------------------------------------------------------------------- @@ -66,7 +66,7 @@ override SPFLAGS += -wall -wno-unused-param -wno-empty .PHONY: html man draft clean -DEFAULTSECTION := $(sqlmansect_dummy) +DEFAULTSECTION = $(sqlmansect_dummy) fix_man_xrefs = $(PERL) -npi -e 's{\[XRef to GUC-([A-Z0-9-]*)\]}{($$l = $$1) =~ tr/A-Z-/a-z_/, $$l}ge || s{\[XRef to [A-Z0-9-]*\]}{in the documentation}g' @@ -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 |