BAPS3 Specification

Compiling

This document may be compiled using gitbook; see the readme of that project for details.

Source

The latest source is available via its GitHub repository.

Makefile

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.

Contributing

To contribute to this specification:

  1. Fork the specification on GitHub;

  2. Make any desired changes;

  3. Submit the changes as a pull request via GitHub.

You can also submit issues via the GitHub issue page.