mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Refactor some $(JADE.tex.call)s
This commit is contained in:
parent
6f44878018
commit
61c4513cc9
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# PostgreSQL documentation makefile
|
# PostgreSQL documentation makefile
|
||||||
#
|
#
|
||||||
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.122 2009/08/09 22:47:59 petere Exp $
|
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.123 2009/08/11 20:16:03 alvherre Exp $
|
||||||
#
|
#
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -146,17 +146,13 @@ $(srcdir)/features-unsupported.sgml: $(top_srcdir)/src/backend/catalog/sql_featu
|
|||||||
|
|
||||||
JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index
|
JADE.tex.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d $(srcdir)/stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index
|
||||||
|
|
||||||
%-A4.tex-ps: %.sgml $(ALLSGML) html
|
%-A4.tex-ps %-US.tex-ps : JADE_OUTPUT=texdvi-output
|
||||||
$(JADE.tex.call) -V texdvi-output -V '%paper-type%'=A4 -o $@ $<
|
%-A4.tex-pdf %-US.tex-pdf : JADE_OUTPUT=texpdf-output
|
||||||
|
%-A4.tex-ps %-A4.tex-pdf : JADE_PAPER=A4
|
||||||
|
%-US.tex-ps %-US.tex-pdf : JADE_PAPER=USletter
|
||||||
|
|
||||||
%-US.tex-ps: %.sgml $(ALLSGML) html
|
%-A4.tex-ps %-US.tex-ps %-A4.tex-pdf %-US.tex-pdf: %.sgml $(ALLSGML) html
|
||||||
$(JADE.tex.call) -V texdvi-output -V '%paper-type%'=USletter -o $@ $<
|
$(JADE.tex.call) -V $(JADE_OUTPUT) -V '%paper-type%'=$(JADE_PAPER) -o $@ $<
|
||||||
|
|
||||||
%-A4.tex-pdf: %.sgml $(ALLSGML) html
|
|
||||||
$(JADE.tex.call) -V texpdf-output -V '%paper-type%'=A4 -o $@ $<
|
|
||||||
|
|
||||||
%-US.tex-pdf: %.sgml $(ALLSGML) html
|
|
||||||
$(JADE.tex.call) -V texpdf-output -V '%paper-type%'=USletter -o $@ $<
|
|
||||||
|
|
||||||
%.dvi: %.tex-ps
|
%.dvi: %.tex-ps
|
||||||
@rm -f $*.aux $*.log
|
@rm -f $*.aux $*.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user