From c138b966d42e69446b52a3e65a596f0401c41a33 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 9 Feb 2007 15:56:00 +0000 Subject: Replace useless uses of := by = in makefiles. --- doc/src/sgml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') 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 -- cgit v1.2.3