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
This commit is contained in:
parent
82580b3660
commit
e12b2cc894
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,8 @@
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Refresh" content="0; URL=html/index.html">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,5 @@
|
||||||
|
del html\*.* /Q
|
||||||
|
doxygen Doxyfile_chm
|
||||||
|
del html\*.md5
|
||||||
|
del html\*.map
|
||||||
|
pause
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
rm html/*
|
||||||
|
doxygen Doxyfile_html
|
||||||
|
rm html/*.md5
|
||||||
|
rm html/*.map
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
rsync -avP -e ssh --delete --exclude=.* ./html/ gdisirio,chibios@web.sourceforge.net:/home/groups/c/ch/chibios/htdocs/docs3/ex
|
Loading…
Reference in New Issue