From 4b034eaa816e3e92175cf4401aecdee1700ad711 Mon Sep 17 00:00:00 2001 From: mohrt Date: Wed, 13 Aug 2003 14:50:18 +0000 Subject: [PATCH] commit README file for documentation compiling --- docs/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/README diff --git a/docs/README b/docs/README new file mode 100644 index 00000000..f169dd14 --- /dev/null +++ b/docs/README @@ -0,0 +1,12 @@ +This directory contains the documentation for Smarty. All files are in docbook +format. The top level directory contains the english docs, while the subdirs +contain different available languages. + +To compile the documentation, I use the docbook utilities (available as an rpm +for redhat linux.) Compiling goes as such: + +cd docs +db2html -d /path/to/html.dsl manual.sgml + +Be sure to edit the html.dsl file and set the path to your docbook.dsl +stylesheet file.