git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@419 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-19 15:18:00 +00:00
commit 2ffd0cdd30
2 changed files with 6 additions and 1 deletions

5
tools/doxygen.sh Normal file
View file

@ -0,0 +1,5 @@
#!/bin/sh
# $Id$
doxygen
rm -rf /var/www/milsko/doxygen
cp -rf doxygen/doc/html /var/www/milsko/doxygen

View file

@ -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