mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
readme: Add instructions for building PDFs
This commit is contained in:
parent
29b8c3e2b1
commit
bbf8cac8c0
@ -31,7 +31,13 @@ Building XEPs
|
|||||||
|
|
||||||
To build a single XEP as HTML simply run:
|
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.
|
To change the output directory, set the variable `OUTDIR`, eg.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user