blob: 12f3ba479f0dae0ba03244271c84e1ee7e1ee131 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/tclsh
puts stdout "Watch out, this doesn't work on packages with namespace import"
pkg_mkIndex -verbose -- [pwd] *.tcl *.[info sharedlibextension]
## this currently needs to be added to pkg_mkIndex manually, ug
#package ifneeded pd_menus 0.1 [list source [file join $dir pd_menus.tcl]]
|