Why the separate jade calls for pdf and ps output? - Mailing list pgsql-docs

From Tom Lane
Subject Why the separate jade calls for pdf and ps output?
Date
Msg-id 12064.1272552836@sss.pgh.pa.us
Whole thread Raw
Responses Re: Why the separate jade calls for pdf and ps output?
List pgsql-docs
doc/src/sgml/Makefile asserts

# Regular TeX and pdfTeX have slightly differing requirements, so we
# need to distinguish the path we're taking.

However, diff'ing the results shows that the .tex-pdf and .tex-ps output
files are actually identical.  Would it be reasonable to simplify the
Makefile by eliminating the separate build rules?  I guess we'd have to
make an arbitrary choice between texdvi-output and texpdf-output flags.

            regards, tom lane

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: PDF build issue with 9.0 Alpha5
Next
From: Peter Eisentraut
Date:
Subject: Re: Why the separate jade calls for pdf and ps output?