aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2005-05-13 11:11:06 +0000
committerlecoanet2005-05-13 11:11:06 +0000
commitb442c3bdb70e22b8111c7a29f4eb5913db0f6687 (patch)
treeb670ddb8866a87da93374baf72ff249f7e255cee
parenteb019515316f671aa375c6250c9c40efe3c8dba8 (diff)
downloadtkzinc-b442c3bdb70e22b8111c7a29f4eb5913db0f6687.zip
tkzinc-b442c3bdb70e22b8111c7a29f4eb5913db0f6687.tar.gz
tkzinc-b442c3bdb70e22b8111c7a29f4eb5913db0f6687.tar.bz2
tkzinc-b442c3bdb70e22b8111c7a29f4eb5913db0f6687.tar.xz
*** empty log message ***
-rw-r--r--win/package.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/package.tcl b/win/package.tcl
index 48395ad..60befd5 100644
--- a/win/package.tcl
+++ b/win/package.tcl
@@ -299,7 +299,7 @@ if { $todo eq "clean" || $todo eq "" } {
set cwd [pwd]
cd [file join $root doc]
file delete -force refman.pdf refman.css nayk0a01.png
- file delete -force [file glob refman*.html]
+ file delete -force [glob refman*.html]
cd $cwd
}