summaryrefslogtreecommitdiff
path: root/mkdocu.sh
blob: 3f0606216e670bda73c574916d374ea0285be976 (plain)
1
2
3
4
5
#!/usr/bin/env bash

if [ ! -d docu/nd ]; then mkdir docu/nd; fi
if [ ! -d docu/nd_project_dir ]; then mkdir docu/nd_project_dir; fi
NaturalDocs -i . -o html docu/nd -p docu/nd_project_dir