Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fc7522

Browse files
committed
Use '-' for stdin on lynx, my lynx version doesn't support -stdin.
1 parentaef0377 commit8fc7522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
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.66 2004/03/02 00:03:02 tgl Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.67 2004/03/05 19:48:03 momjian Exp $
66
#
77
#----------------------------------------------------------------------------
88

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

182182
INSTALLHISTORYregress_README:% :%.html
183-
$(PERL) -p -e's/<H(1|2)$$/<H\1 align=center/g'$<|$(LYNX) -force_html -dump -nolist -stdin>$@
183+
$(PERL) -p -e's/<H(1|2)$$/<H\1 align=center/g'$<|$(LYNX) -force_html -dump -nolist ->$@
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)

[8]ページ先頭

©2009-2025 Movatter.jp