From: Tom Lane Date: Tue, 2 Mar 2004 00:03:08 +0000 (+0000) Subject: Replace unportable use of /dev/stdin with lynx's -stdin switch. X-Git-Tag: REL7_4_2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6a7df8b2989f3a5b6b8b729f2cddf6e8518759d;p=thirdparty%2Fpostgresql.git Replace unportable use of /dev/stdin with lynx's -stdin switch. --- diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 1da99e0d0a1..79e18306bd7 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -2,7 +2,7 @@ # # PostgreSQL documentation makefile # -# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.59 2003/08/31 17:28:39 petere Exp $ +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.59.2.1 2004/03/02 00:03:08 tgl Exp $ # #---------------------------------------------------------------------------- @@ -168,7 +168,7 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i LYNX = lynx INSTALL HISTORY regress_README: % : %.html - $(PERL) -p -e 's/$@ + $(PERL) -p -e 's/$@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml $(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@