summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-09-03 13:22:09 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-09-03 13:25:46 -0700
commitc4b9ec58fe6e1d7fd325b1c131ac7a2334238ebc (patch)
treeb581030ad33f397506593527ef7279f8689f228e /scripts
parent09a1ce79ca6e97df2a48555f217545ce2dd971c3 (diff)
downloadcaffeonacl-c4b9ec58fe6e1d7fd325b1c131ac7a2334238ebc.tar.gz
caffeonacl-c4b9ec58fe6e1d7fd325b1c131ac7a2334238ebc.tar.bz2
caffeonacl-c4b9ec58fe6e1d7fd325b1c131ac7a2334238ebc.zip
[docs] configure doxygen + docs script for docs/doxygen site output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build_docs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/build_docs.sh b/scripts/build_docs.sh
index c5680151..f8ace0ea 100755
--- a/scripts/build_docs.sh
+++ b/scripts/build_docs.sh
@@ -12,6 +12,9 @@ cd $ROOT_DIR
# Gather docs.
scripts/gather_examples.sh
+# Generate developer docs.
+make docs
+
# Display docs using web server.
cd docs
jekyll serve -w -s . -d _site --port=$PORT