Browse Source

Make docs build script copies docs to github pages repo

master
Christopher 8 years ago
parent
commit
c693f2a616
  1. 1
      Docs/make_docs.sh

1
Docs/make_docs.sh

@ -2,3 +2,4 @@
rm -rf ../Build/Docs
cp ../Assets/Fungus/Docs/CHANGELOG.txt fungus_docs/change_log.md
/Applications/Doxygen.app/Contents/Resources/doxygen ./Doxyfile
cp -R ../Build/Docs/* ../../snozbot.github.io
Loading…
Cancel
Save