File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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.65 2004/03/01 16:08:58 neilc Exp $
5+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.66 2004/03/02 00:03:02 tgl Exp $
66#
77# ----------------------------------------------------------------------------
88
@@ -180,7 +180,7 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i
180180LYNX = lynx
181181
182182INSTALL HISTORY regress_README : % : % .html
183- $(PERL ) -p -e ' s/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX ) -force_html -dump -nolist /dev/ stdin > $@
183+ $(PERL ) -p -e ' s/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX ) -force_html -dump -nolist - stdin > $@
184184
185185INSTALL.html : standalone-install.sgml installation.sgml version.sgml
186186 $(JADE.text ) -V nochunks standalone-install.sgml installation.sgml > $@
You can’t perform that action at this time.
0 commit comments