diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-06 20:41:06 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-06 20:41:06 +0000 |
commit | 4eaa654bd6f565bfc0c89464eada4a462bf2d16f (patch) | |
tree | 6dc01c31ede7e42cca22cbb9396fe3ea2740159d | |
parent | d5e2e7dcf8091157cf88d2c63a3dfb52db7ba5c2 (diff) | |
download | postgresql-4eaa654bd6f565bfc0c89464eada4a462bf2d16f.tar.gz postgresql-4eaa654bd6f565bfc0c89464eada4a462bf2d16f.zip |
Sync rule for making INSTALL file.
-rw-r--r-- | doc/src/sgml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 681c084a9ab..a67aa0330f1 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.32 2001/02/13 21:51:17 petere Exp $ +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.33 2001/03/06 20:41:06 petere Exp $ # #---------------------------------------------------------------------------- @@ -145,7 +145,7 @@ INSTALL.html HISTORY.html: %.html : tempfile_%.html sed 's/Chapter 1. *//g' $< >$@ tempfile_INSTALL.html tempfile_HISTORY.html: tempfile_%.html : tempfile_%.sgml - $(JADE) $(JADEFLAGS) -d $(HDSL) -V nochunks -t sgml $< >$@ + $(JADE.html) -V nochunks $< >$@ tempfile_INSTALL.sgml: standalone-install.sgml installation.sgml |