summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2004-03-02 00:03:15 +0000
committerTom Lane2004-03-02 00:03:15 +0000
commitd367707827471bfa3270b9ea8b4581a162dc59e9 (patch)
treec56405ddc246abc64d3f436163cd42e4944e25a7
parenta7e5e2fe740fc1b8a111df9494ba8adfe4eec7ca (diff)
Replace unportable use of /dev/stdin with lynx's -stdin switch.
-rw-r--r--doc/src/sgml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile
index 00391ef863b..01abbc84ea8 100644
--- a/doc/src/sgml/Makefile
+++ b/doc/src/sgml/Makefile
@@ -8,7 +8,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.52.2.2 2002/11/26 19:22:40 momjian Exp $
+# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.52.2.3 2004/03/02 00:03:15 tgl Exp $
#
#----------------------------------------------------------------------------
@@ -192,7 +192,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 >$@