readme: Add instructions for building PDFs

This commit is contained in:
Sam Whited 2017-02-16 09:34:34 -06:00
parent 29b8c3e2b1
commit bbf8cac8c0
1 changed files with 7 additions and 1 deletions

View File

@ -31,7 +31,13 @@ Building XEPs
To build a single XEP as HTML simply run:
make xep-xxxx
make xep-xxxx.html
To build PDFs, you'll need to install [TeXML](http://getfo.org/texml/) (probably
in a Python 2 virtual environment).
You can then build PDFs with:
make xep-xxxx.pdf
To change the output directory, set the variable `OUTDIR`, eg.