diff options
author | Gerald Carter <jerry@samba.org> | 2001-02-26 13:30:32 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-02-26 13:30:32 +0000 |
commit | d387f90a6f6ad4eb98aa3deb190f276aae645bb6 (patch) | |
tree | df21f01fa407271f8aea04557cc435eb6f323a0e /docs/docbook/docbook.txt | |
parent | 7e02895dcf131c557286f5674c252ed66627d92d (diff) | |
download | samba-d387f90a6f6ad4eb98aa3deb190f276aae645bb6.tar.gz samba-d387f90a6f6ad4eb98aa3deb190f276aae645bb6.tar.bz2 samba-d387f90a6f6ad4eb98aa3deb190f276aae645bb6.zip |
updates to instructions
(This used to be commit aa1113c622b3a39e98a9a5d43a1620f12c957b8e)
Diffstat (limited to 'docs/docbook/docbook.txt')
-rw-r--r-- | docs/docbook/docbook.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/docbook/docbook.txt b/docs/docbook/docbook.txt index 7fbc80c25d..388cd5cf9b 100644 --- a/docs/docbook/docbook.txt +++ b/docs/docbook/docbook.txt @@ -118,3 +118,19 @@ free to contact me if you have any questions or if you can correct any one of the many mistakes I must have made above. David + +========================================================================== + +This directory now contains a ./configure script and Makefile to +support the automated building of man pages (including HTML versions). +The DocBook V4.1 DTD and ISO entity files have also been included in CVS +to make sure we are all working from the same plate. + +The SGML_CATALOG_FILES environment variable should be set as follows +(this assumes you have a working local installation of jade and +Norman's Walsh's DSSSL stylesheets): + + export SGML_CATALOG_FILES=$SGML_CATALOG_FILES:./dbsgml/catalog + + +--jerry |