aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ex/makechm.bat
diff options
context:
space:
mode:
authorroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-02 10:29:20 +0000
committerroccomarco <roccomarco@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-07-02 10:29:20 +0000
commite12b2cc894208bcb92e634f294a30499e9d0e1ef (patch)
treeaa4d13e3c7a50f04f57ac6837d447615454fff98 /doc/ex/makechm.bat
parent82580b3660c4ee1379ba6dba3e7f05bae2b4efa6 (diff)
downloadChibiOS-e12b2cc894208bcb92e634f294a30499e9d0e1ef.tar.gz
ChibiOS-e12b2cc894208bcb92e634f294a30499e9d0e1ef.tar.bz2
ChibiOS-e12b2cc894208bcb92e634f294a30499e9d0e1ef.zip
Added missing scripts and configuration for ChibiOS/EX
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10290 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/ex/makechm.bat')
-rw-r--r--doc/ex/makechm.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ex/makechm.bat b/doc/ex/makechm.bat
new file mode 100644
index 000000000..0749cab51
--- /dev/null
+++ b/doc/ex/makechm.bat
@@ -0,0 +1,5 @@
+del html\*.* /Q
+doxygen Doxyfile_chm
+del html\*.md5
+del html\*.map
+pause