File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
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.80 2006/10/07 23:48:52 momjian Exp $
5
+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.81 2006/12/02 01:26:19 petere Exp $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -69,7 +69,7 @@ override SPFLAGS += -wall -wno-unused-param -wno-empty
69
69
70
70
DEFAULTSECTION := $(sqlmansect_dummy )
71
71
72
- 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-]*\]}{the documentation}g'
72
+ 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'
73
73
74
74
man : postgres.sgml $(ALLSGML )
75
75
$(NSGMLS ) $(NSGMLS_FLAGS ) $< | $(SGMLSPL ) $(D2MSCRIPT ) --lowercase --section $(DEFAULTSECTION ) --date " ` date ' +%Y-%m-%d' ` "
You can’t perform that action at this time.
0 commit comments