mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-18 23:24:06 +00:00
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@423 b9cfdab3-6d41-4d17-bbe4-086880011989
8 lines
102 B
Tcl
Executable File
8 lines
102 B
Tcl
Executable File
# $Id$
|
|
# vim: syntax=tcl
|
|
|
|
proc run {project_name} {
|
|
if { "$project_name" == "MilskoDoxygen" } {
|
|
}
|
|
}
|