From 05754a951cc879435bd14fdd85eb8ad4c6a14920 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 14 Sep 2009 13:23:48 +0000 Subject: [PATCH] Print builds don't actually depend on html target (anymore). --- doc/src/sgml/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index 3add0df371..5846d8ead1 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -134,7 +134,7 @@ features-unsupported.sgml: $(top_srcdir)/src/backend/catalog/sql_feature_package # RTF to allow minor editing for hardcopy -%.rtf: %.sgml $(ALLSGML) html +%.rtf: %.sgml $(ALLSGML) $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t rtf -V rtf-backend -i output-print -i include-index postgres.sgml # TeX @@ -148,7 +148,7 @@ JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/styl %-A4.tex-ps %-A4.tex-pdf : JADE_PAPER=A4 %-US.tex-ps %-US.tex-pdf : JADE_PAPER=USletter -%-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf: %.sgml $(ALLSGML) html +%-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf: %.sgml $(ALLSGML) $(JADE.tex.call) -V $(JADE_OUTPUT) -V '%paper-type%'=$(JADE_PAPER) -o $@ $< %.dvi: %.tex-ps @@ -182,7 +182,7 @@ postgres.pdf: # This generates an XML version of the flow-object tree. It's useful # for debugging DSSSL code, and possibly to interface to some other # tools that can make use of this. -%.fot: %.sgml $(ALLSGML) html +%.fot: %.sgml $(ALLSGML) $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl -t fot -i output-print -i include-index -o $@ $< -- 2.39.5