Files
dosbox-x/update-docs-site
Jonathan Campbell a92efb1988 more
2018-03-20 21:50:54 -07:00

9 lines
142 B
Bash
Executable File

#!/bin/bash
make dox || exit 1
make dox-site-update || exit 1
make compat-site-update || exit 1
(cd subgit/gh-pages && git commit .)
exit 0