mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Replace useless uses of := by = in makefiles.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user