forked from pyrite-dev/milsko
add
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@419 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
1175f7886b
commit
2ffd0cdd30
2 changed files with 6 additions and 1 deletions
5
tools/doxygen.sh
Normal file
5
tools/doxygen.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
doxygen
|
||||
rm -rf /var/www/milsko/doxygen
|
||||
cp -rf doxygen/doc/html /var/www/milsko/doxygen
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# $Id$
|
||||
|
||||
for i in linux win32 win64; do
|
||||
for i in linux win32 win64 doxygen; do
|
||||
rm -rf ../milsko-$i
|
||||
cp -rf . ../milsko-$i
|
||||
rm -rf ../milsko-$i/.svn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue