File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# PostgreSQL documentation makefile
4
4
#
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 $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -74,9 +74,9 @@ DEFAULTSECTION = l
74
74
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'
75
75
76
76
man : 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' ` "
78
78
# 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'`"
80
80
$(fix_man_xrefs) *.1 *.7
81
81
$(mkinstalldirs) man1 man7
82
82
$(D2MLINKS) < manpage.links
You can’t perform that action at this time.
0 commit comments