Skip to content
Snippets Groups Projects
Commit 72813984 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Must run jadetex three times to get correct page numbers. Add support for

pdfjadetex.
parent c1f5ed63
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.29 2001/02/03 19:03:26 petere Exp $ # $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.30 2001/02/04 12:23:11 petere Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
...@@ -107,20 +107,27 @@ $(addsuffix .html, $(ALLBOOKS)): %.html: %.sgml $(ALLSGML) ...@@ -107,20 +107,27 @@ $(addsuffix .html, $(ALLBOOKS)): %.html: %.sgml $(ALLSGML)
# RTF to allow minor editing for hardcopy # RTF to allow minor editing for hardcopy
$(addsuffix .rtf, $(ALLBOOKS)): %.rtf: %.sgml $(ALLSGML) $(addsuffix .rtf, $(ALLBOOKS)): %.rtf: %.sgml $(ALLSGML)
$(JADE) $(JADEFLAGS) $(SGMLINCLUDE) -d $(PDSL) -t rtf book-decl.sgml $< $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) -d $(PDSL) -t rtf -V rtf-backend book-decl.sgml $<
# TeX and DVI # TeX and DVI
$(addsuffix .tex, $(ALLBOOKS)): %.tex: %.sgml $(ALLSGML) $(addsuffix .tex, $(ALLBOOKS)): %.tex: %.sgml $(ALLSGML)
$(JADE) $(JADEFLAGS) $(SGMLINCLUDE) -d $(PDSL) -t tex book-decl.sgml $< $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) -d $(PDSL) -t tex -V tex-backend book-decl.sgml $<
%.dvi: %.tex %.dvi: %.tex
jadetex $< jadetex $<
jadetex $< jadetex $<
jadetex $<
# Postscript from TeX # Postscript from TeX
%.ps: %.dvi %.ps: %.dvi
dvips -o $@ $< dvips -o $@ $<
%.pdf: %.tex
pdfjadetex $<
pdfjadetex $<
pdfjadetex $<
# Graphics # Graphics
%.gif: %.gif:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment