pgsql: Add a rule to optionally build docs with the stylesheet from the - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Add a rule to optionally build docs with the stylesheet from the
Date
Msg-id E1S3QkE-000606-1A@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a rule to optionally build docs with the stylesheet from the website

For those of us who prefer the formatting of the docs using the
website stylesheets. Use "make STYLE=website draft" (for example) to use.

The stylesheet itself is referenced directly to the website, so there
is currently no copy of it stored in the source repository. Thus, docs
built with it will only look correct if the browser can access the website
when viewing them.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8efb0bc57eb350bd991fd32c96e38a13bfe7f120

Modified Files
--------------
doc/src/sgml/Makefile       |    3 +++
doc/src/sgml/stylesheet.dsl |    3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: When a GiST page is split during index build, it might not have
Next
From: Peter Eisentraut
Date:
Subject: pgsql: ecpg: Clean up some const usage