mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-05 08:40:54 +02:00
13 lines
457 B
Plaintext
13 lines
457 B
Plaintext
![]() |
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.
|