diff options
Diffstat (limited to 'scripts/make_docs.sh')
| -rwxr-xr-x | scripts/make_docs.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/make_docs.sh b/scripts/make_docs.sh new file mode 100755 index 00000000..248b3efa --- /dev/null +++ b/scripts/make_docs.sh @@ -0,0 +1,5 @@ +#!/bin/sh +docs/doctool/NaturalDocs -r -s Small -i src/ -i docs/articles -o HTML docs/output -p docs/config + +#rm -Rf ~/public_html/.docs +#cp -Rf docs/output ~/public_html/.docs |