1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-05 23:56:58 +03:00

Replace unportable use of /dev/stdin with lynx's -stdin switch.

This commit is contained in:
Tom Lane 2004-03-02 00:03:15 +00:00
parent a7e5e2fe74
commit d367707827

View File

@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # 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 LYNX = lynx
INSTALL HISTORY regress_README: % : %.html 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 INSTALL.html: standalone-install.sgml installation.sgml version.sgml
$(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@ $(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@