Must run jadetex three times to get correct page numbers. Add support for
pdfjadetex.
This commit is contained in:
parent
c1f5ed6394
commit
72813984da
@ -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)
|
|||||||
|
|
||||||
# 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user