gapan / salix-startup-guide

The Salix Startup Guide
Other
1 stars 3 forks source link

salix-startup-guide

These are the source files for the Salix Startup Guide. The guide is available on the Salix website.

The guide is written using txt2tags and post-processed with htmldoc. Both need to be installed to create the HTML documentation. Once you do have them installed, you can create the HTML documentation with:

make html

To output the guide as a PDF file a TeXLive installation is required as well as pdftk. You can then create the PDF file by running:

make pdf

To output the guide as EPUB and MOBI e-book files, ebook-convert from the Calibre project is needed. You can run:

make epub

and

make mobi

to create the EPUB and MOBI files respectively.