Use '-' for stdin on lynx, my lynx version doesn't support -stdin.
authorBruce Momjian
Fri, 5 Mar 2004 19:48:03 +0000 (19:48 +0000)
committerBruce Momjian
Fri, 5 Mar 2004 19:48:03 +0000 (19:48 +0000)
doc/src/sgml/Makefile

index 72af0860ec4ef1aeb067e72635c1ece7912c1e03..8f16fe09459382829fa38983e96002f0ec9bff35 100644 (file)
@@ -2,7 +2,7 @@
 #
 # PostgreSQL documentation makefile
 #
-# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.66 2004/03/02 00:03:02 tgl Exp $
+# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.67 2004/03/05 19:48:03 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/stdin >$@
+   $(PERL) -p -e 's/$@
 
 INSTALL.html: standalone-install.sgml installation.sgml version.sgml
    $(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@