fmartingr
/
jeeves
Archived
1
0
Fork 0
This repository has been archived on 2021-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
jeeves/docs/build.sh

6 lines
53 B
Bash
Raw Normal View History

2019-10-03 16:13:34 +00:00
#!/bin/bash
cd docs || exit 1
make apidoc
make html