Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 44783632B81 for ; Thu, 29 Apr 2010 13:27:56 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 44422-10 for ; Thu, 29 Apr 2010 16:27:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id 2FAC16326BB for ; Thu, 29 Apr 2010 13:27:49 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id o3TGRkOm013909; Thu, 29 Apr 2010 12:27:46 -0400 (EDT) To: Peter Eisentraut cc: pgsql-docs@postgreSQL.org Subject: Re: Why the separate jade calls for pdf and ps output? In-reply-to: <1272558116.20671.4.camel@vanquo.pezone.net> References: <12064.1272552836@sss.pgh.pa.us> <1272558116.20671.4.camel@vanquo.pezone.net> Comments: In-reply-to Peter Eisentraut message dated "Thu, 29 Apr 2010 19:21:56 +0300" Date: Thu, 29 Apr 2010 12:27:46 -0400 Message-ID: <13908.1272558466@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.842 tagged_above=-10 required=5 tests=AWL=0.068, BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201004/96 X-Sequence-Number: 5495 Peter Eisentraut writes: > On tor, 2010-04-29 at 10:53 -0400, Tom Lane wrote: >> 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. > It has to do with graphics support, because tex and pdftex support > different graphics formats. Since we don't currently have any graphics, > it's dead code. I think you can actually do away with it anyway because > TeX should support graphics file references without extensions, ISTR. > So the actual reason for this might have been RTF support. > If it's in the way, remove it. It's not in the way, particularly; I was just curious whether we could do without it. The only obvious benefit would be to save some work when building PS and PDF output at the same time, but I doubt very many people do that. Since there was just recently some discussion about adding graphics to the docs, I don't feel a need to put possible roadblocks in the way of that. Maybe the best thing would be to wait for some work of that sort to land, and then experiment to see if we can simplify without breaking anything. regards, tom lane