i wonder if this works
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@424 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
6cf06b63cc
commit
ac0e0981ff
1 changed files with 8 additions and 0 deletions
|
|
@ -3,5 +3,13 @@
|
|||
|
||||
proc run {project_name} {
|
||||
if { "$project_name" == "MilskoDoxygen" } {
|
||||
RunCommand "doxygen"
|
||||
RunCommand "rm -rf /var/www/milsko-doxygen"
|
||||
RunCommand "mv doxygen/html /var/www/milsko-doxygen"
|
||||
} else {
|
||||
RunCommand "make clean"
|
||||
if { "$project_name" == "MilskoLinux" } {
|
||||
RunCommand "make -j4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue