mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Update build rules for /HISTORY.
This commit is contained in:
parent
021f22605d
commit
22a717a18e
@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.53 2002/11/11 20:06:00 petere Exp $
|
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.54 2002/11/26 19:22:16 momjian 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) -dump -nolist -stdin >$@
|
$(PERL) -p -e 's/<H(1|2)$$/<H\1 align=center/g' $< | $(LYNX) -force_html -dump -nolist /dev/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 >$@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user