Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3811d7a

Browse files
committed
Replace unportable use of /dev/stdin with lynx's -stdin switch.
1 parent 1a6a276 commit 3811d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.65 2004/03/01 16:08:58 neilc Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.66 2004/03/02 00:03:02 tgl Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -180,7 +180,7 @@ JADE.text = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -i
180180
LYNX = lynx
181181

182182
INSTALL HISTORY regress_README: % : %.html
183-
$(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist /dev/stdin >$@
183+
$(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist -stdin >$@
184184

185185
INSTALL.html: standalone-install.sgml installation.sgml version.sgml
186186
$(JADE.text) -V nochunks standalone-install.sgml installation.sgml >$@

0 commit comments

Comments
 (0)