about summary refs log tree commit diff
path: root/scripts/make_docs.sh
blob: 248b3efa81f105d7b7519b2dd7b55347bb99a32b (plain)
1
2
3
4
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