From: Tom Lane Date: Tue, 2 Mar 2004 00:03:02 +0000 (+0000) Subject: Replace unportable use of /dev/stdin with lynx's -stdin switch. X-Git-Tag: REL8_0_0BETA1~1097 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3811d7a08fcaa0d2680ab1fe4fe466773f4b0f86;p=postgresql Replace unportable use of /dev/stdin with lynx's -stdin switch. --- diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 283e33fa92..72af0860ec 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -2,7 +2,7 @@ # # PostgreSQL documentation makefile # -# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.65 2004/03/01 16:08:58 neilc Exp $ +# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.66 2004/03/02 00:03:02 tgl 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/$@ + $(PERL) -p -e 's/$@ INSTALL.html: standalone-install.sgml installation.sgml version.sgml $(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@