1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

Use lynx -stdin and regenerate HISTORY

This commit is contained in:
Bruce Momjian 2004-03-06 02:52:46 +00:00
parent 96c229dd7a
commit 565b4f2de5

View File

@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # PostgreSQL documentation makefile
# #
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.68 2004/03/05 19:50:55 momjian Exp $ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.69 2004/03/06 02:52:46 momjian Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
@ -180,7 +180,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 >$@