|
8 | 8 | #
|
9 | 9 | #
|
10 | 10 | # IDENTIFICATION
|
11 |
| -# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.32 2001/02/13 21:51:17 petere Exp $ |
| 11 | +# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.33 2001/03/06 20:41:06 petere Exp $ |
12 | 12 | #
|
13 | 13 | #----------------------------------------------------------------------------
|
14 | 14 |
|
@@ -145,7 +145,7 @@ INSTALL.html HISTORY.html: %.html : tempfile_%.html
|
145 | 145 | sed's/Chapter 1. *//g'$<>$@
|
146 | 146 |
|
147 | 147 | tempfile_INSTALL.htmltempfile_HISTORY.html: tempfile_%.html : tempfile_%.sgml
|
148 |
| -$(JADE)$(JADEFLAGS) -d$(HDSL) -V nochunks -t sgml$<>$@ |
| 148 | +$(JADE.html) -V nochunks$<>$@ |
149 | 149 |
|
150 | 150 |
|
151 | 151 | tempfile_INSTALL.sgml: standalone-install.sgml installation.sgml
|
|