]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Replace unportable use of /dev/stdin with lynx's -stdin switch.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Mar 2004 00:03:08 +0000 (00:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 2 Mar 2004 00:03:08 +0000 (00:03 +0000)
doc/src/sgml/Makefile

index 1da99e0d0a163e2b97f1fcff378bdeac2687308a..79e18306bd755b4559a082eaf147809f9ac4bda5 100644 (file)
@@ -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/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist /dev/stdin >$@
+       $(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist -stdin >$@
 
 INSTALL.html: standalone-install.sgml installation.sgml version.sgml
        $(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@