Add build instructions to the README

Fixes #18
This commit is contained in:
Sam Whited 2015-08-31 21:45:00 -05:00 committed by Matthew A. Miller
parent 4bba55b8c0
commit a2c7826aab
1 changed files with 14 additions and 3 deletions

View File

@ -23,7 +23,18 @@ page:
http://xmpp.org/xmpp-protocols/xmpp-extensions/submitting-a-xep/
[XEP-0001: XMPP Extension Protocols](http://xmpp.org/extensions/xep-0001.html) defines the standards process followed by the XMPP Standards Foundation.
[XEP-0001: XMPP Extension Protocols](http://xmpp.org/extensions/xep-0001.html)
defines the standards process followed by the XMPP Standards Foundation.
Thanks!
Building XEPs
-------------
To build a single XEP as HTML simply run:
make xep-xxxx
To change the output directory, set the variable `OUTDIR`, eg.
OUTDIR=/tmp/xeps make all
For more information try `make help`.