pgsql: Use a stamp file for the XSLT HTML doc build - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Use a stamp file for the XSLT HTML doc build
Date
Msg-id E1TY6Un-0000zL-Mn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use a stamp file for the XSLT HTML doc build

This way it works more like the DSSSL build, and dependencies are
tracked better by make.

Also copy the CSS stylesheet to the html directory.  This was forgotten
when the output directory was changed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b3ac49e5afb54c222095dcaf6a73b634ab2c072

Modified Files
--------------
doc/src/sgml/Makefile |    6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Oops, have to rename local variables called 'errcontext' in cont
Next
From: Tom Lane
Date:
Subject: pgsql: Fix multiple problems in WAL replay.