diff options
Diffstat (limited to 'tcllib/modules/tepam/pkgIndex.tcl')
-rw-r--r-- | tcllib/modules/tepam/pkgIndex.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tcllib/modules/tepam/pkgIndex.tcl b/tcllib/modules/tepam/pkgIndex.tcl new file mode 100644 index 0000000..3d247df --- /dev/null +++ b/tcllib/modules/tepam/pkgIndex.tcl @@ -0,0 +1,3 @@ +if {![package vsatisfies [package provide Tcl] 8.3]} {return} +package ifneeded tepam 0.5 [list source [file join $dir tepam.tcl]] +package ifneeded tepam::doc_gen 0.1.1 [list source [file join $dir tepam_doc_gen.tcl]] |