1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-12-18 00:18:28 +02:00

clean up scripts

This commit is contained in:
Kelly Brazil
2022-01-27 16:14:14 -08:00
parent f7ac41db95
commit 663abf3139
4 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,9 @@
echo === Building README.md
./readmegen.py && echo "+++ README.md build successful" || echo "--- README.md build failed"
echo === Building man page
./mangen.py && echo "+++ man page build successful" || echo "--- man page build failed"
echo === Building documentation
./docgen.sh && echo "+++ documentation build successful" || echo "--- documentation build failed"