This document may be compiled using gitbook; see the readme of that project for details.
The latest source is available via its GitHub repository.
The source distribution contains a GNU Makefile
, which provides
a thin layer over common compilation tasks:
make
or make book
will run gitbook build
;
make serve
will run gitbook serve
;
make gh-pages
will build the book, then checkout the gh-pages
branch and commit the book’s contents into that branch, and is
useful for updating the Github Pages version of the specification.
Note
|
On operating systems such as FreeBSD, where the default make
is not GNU make, substitute the appropriate command for running GNU
make (usually gmake ) for make .
|
To contribute to this specification:
Fork the specification on GitHub;
Make any desired changes;
Submit the changes as a pull request via GitHub.
You can also submit issues via the GitHub issue page.