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.67 2004/03/05 19:48:03 momjian Exp $
5
+ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.68 2004/03/05 19:50:55 momjian Exp $
6
6
#
7
7
# ----------------------------------------------------------------------------
8
8
@@ -180,7 +180,7 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i
180
180
LYNX = lynx
181
181
182
182
INSTALL HISTORY regress_README : % : % .html
183
- $(PERL ) -p -e ' s/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX ) -force_html -dump -nolist - > $@
183
+ $(PERL ) -p -e ' s/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX ) -force_html -dump -nolist /dev/stdin > $@
184
184
185
185
INSTALL.html : standalone-install.sgml installation.sgml version.sgml
186
186
$(JADE.text ) -V nochunks standalone-install.sgml installation.sgml > $@
You can’t perform that action at this time.
0 commit comments