Change draft gmake control

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Change draft gmake control
Date: 2007-01-26 22:30:53
Message-ID: 200701262230.l0QMUrp07574@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

I had to change the draft flag for SGML from 'gmake draft html' to
'gmake DRAFT=Y html'. Internally the code used to recurse with DRAFT=Y,
but I found there is no way to exit the makefile after the recursion
returned, so I had to use this new syntax. Though more cumbersome, it
is more logical because DRAFT is really a modifier, not a rule itself.
For example, 'gmake html draft' would never have worked. Patch attached
and applied.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/rtmp/diff text/x-diff 2.5 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2007-01-26 23:00:25 Re: 14.4 If You Are Upgrading - Suggested Improvements
Previous Message Thomas F. O'Connell 2007-01-26 22:18:42 Re: 14.4 If You Are Upgrading - Suggested Improvements

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2007-01-26 23:43:53 Autovacuum launcher patch
Previous Message Pavel Stehule 2007-01-26 20:51:59 scrollable cursor support for plpgsql