Changeset 527 for trunk/src/tcl/pkgIndex.tcl.in
- Timestamp:
- Sep 21, 2006 8:27:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tcl/pkgIndex.tcl.in
r399 r527 1 1 # this file identifies Rappture as a Tcl package 2 package ifneeded Rappture @ VERSION@ [list source [file join $dir init.tcl]]2 package ifneeded Rappture @PACKAGE_VERSION@ [list source [file join $dir init.tcl]] 3 3 namespace eval Rappture {} 4 4 set Rappture::installdir [file join $dir]
Note: See TracChangeset
for help on using the changeset viewer.