]> granicus.if.org Git - postgresql/commitdiff
Oops, '-' doesn't work for my lynx either.
authorBruce Momjian <bruce@momjian.us>
Fri, 5 Mar 2004 19:50:55 +0000 (19:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 5 Mar 2004 19:50:55 +0000 (19:50 +0000)
Change back to /dev/stdin, even though it isn't portable.  Let's wait for
someone to complain they don't have /dev/stdin.

doc/src/sgml/Makefile

index 8f16fe09459382829fa38983e96002f0ec9bff35..e7f4e65c0454df5ca757297ca5396f46a9cba271 100644 (file)
@@ -2,7 +2,7 @@
 #
 # PostgreSQL documentation makefile
 #
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.67 2004/03/05 19:48:03 momjian Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.68 2004/03/05 19:50:55 momjian Exp $
 #
 #----------------------------------------------------------------------------
 
@@ -180,7 +180,7 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i
 LYNX = lynx
 
 INSTALL HISTORY regress_README: % : %.html
-       $(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist - >$@
+       $(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist /dev/stdin >$@
 
 INSTALL.html: standalone-install.sgml installation.sgml version.sgml
        $(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@