Re: [HACKERS] [PATCHES] SGML index build fix

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] [PATCHES] SGML index build fix
Date: 2007-01-10 17:14:49
Message-ID: 200701101814.51063.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:
> The rule re-runs the makefile for the specific target, and the target
> modifies HTML.index, or it is only the HTML rule that modifies that.

Only the html rule modifies HTML.index.

> That was a question I had. If that is true, it has to be:
>
> %-A4.tex-ps: %.sgml $(ALLSGML) stylesheet.dsl bookindex.sgml
> $(JADE.tex.call) -V texdvi-output -V '%paper-type%'=A4 -o $@
> $< ifndef DRAFT
> @cmp -s HTML.index.start HTML.index || $(MAKE) html $@
> endif

It would much easier to just run the html rule before the other stuff.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-01-10 17:18:00 Re: Mark/Restore and avoiding RandomAccess sorts
Previous Message Simon Riggs 2007-01-10 16:58:08 Re: [PATCHES] COPY with no WAL, in certain circumstances

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-01-10 18:07:10 Re: [HACKERS] [PATCHES] SGML index build fix
Previous Message Simon Riggs 2007-01-10 16:58:08 Re: [PATCHES] COPY with no WAL, in certain circumstances