pgsql: Add a rule to optionally build docs with the stylesheet from the

Started by Magnus Haganderover 14 years ago1 messagescomitters
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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(-)