File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22#
33# PostgreSQL documentation makefile
44#
5- # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.115 2009/05/02 20:17:19 tgl Exp $
5+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.116 2009/06/19 19:14:25 petere Exp $
66#
77# ----------------------------------------------------------------------------
88
@@ -74,9 +74,9 @@ DEFAULTSECTION = l
7474fix_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'
7575
7676man : postgres.sgml $(ALLSGML )
77- $(NSGMLS ) $(NSGMLS_FLAGS ) $(SGMLINCLUDE ) $< | $(SGMLSPL ) $(D2MSCRIPT ) --lowercase -- section $(DEFAULTSECTION ) --date " ` date ' +%Y-%m-%d' ` "
77+ $(NSGMLS ) $(NSGMLS_FLAGS ) $(SGMLINCLUDE ) $< | $(SGMLSPL ) $(D2MSCRIPT ) --section $(DEFAULTSECTION ) --date " ` date ' +%Y-%m-%d' ` "
7878# One more time, to resolve cross-references
79- $(NSGMLS) $(NSGMLS_FLAGS) $(SGMLINCLUDE) $< | $(SGMLSPL) $(D2MSCRIPT) --lowercase -- section $(DEFAULTSECTION) --date "`date '+%Y-%m-%d'`"
79+ $(NSGMLS) $(NSGMLS_FLAGS) $(SGMLINCLUDE) $< | $(SGMLSPL) $(D2MSCRIPT) --section $(DEFAULTSECTION) --date "`date '+%Y-%m-%d'`"
8080 $(fix_man_xrefs) *.1 *.7
8181 $(mkinstalldirs) man1 man7
8282 $(D2MLINKS) < manpage.links
You can’t perform that action at this time.
0 commit comments