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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Add a rule to optionally build docs with the stylesheet from the
Дата
Msg-id E1S3QkE-000606-1A@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: When a GiST page is split during index build, it might not have
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: ecpg: Clean up some const usage