Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e2e7d commit 4eaa654Copy full SHA for 4eaa654
doc/src/sgml/Makefile
@@ -8,7 +8,7 @@
8
#
9
10
# IDENTIFICATION
11
-# $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 $
12
13
#----------------------------------------------------------------------------
14
@@ -145,7 +145,7 @@ INSTALL.html HISTORY.html: %.html : tempfile_%.html
145
sed 's/Chapter 1. *//g' $< >$@
146
147
tempfile_INSTALL.html tempfile_HISTORY.html: tempfile_%.html : tempfile_%.sgml
148
- $(JADE) $(JADEFLAGS) -d $(HDSL) -V nochunks -t sgml $< >$@
+ $(JADE.html) -V nochunks $< >$@
149
150
151
tempfile_INSTALL.sgml: standalone-install.sgml installation.sgml
0 commit comments