diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-12-20 21:05:40 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-12-20 21:05:40 (GMT) |
commit | 0ffd9347a35a9a4b78cf97fe3c17cc9459f171be (patch) | |
tree | aaf2d8bd267ad37197116cb22497c3d078da89ba /pkgIndex.tcl.in | |
parent | 7f7c3ef3118503fac81f9a0c67f1a6d1373ed01a (diff) | |
parent | 190de6f37ec31e8c0917cb7c79092cd77b610bb6 (diff) | |
download | blt-0ffd9347a35a9a4b78cf97fe3c17cc9459f171be.zip blt-0ffd9347a35a9a4b78cf97fe3c17cc9459f171be.tar.gz blt-0ffd9347a35a9a4b78cf97fe3c17cc9459f171be.tar.bz2 |
Merge commit 'ecefa3757afb192719b192b6969e87259e913198' as 'tkblt'
Diffstat (limited to 'pkgIndex.tcl.in')
-rw-r--r-- | pkgIndex.tcl.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgIndex.tcl.in b/pkgIndex.tcl.in new file mode 100644 index 0000000..ea7d80b --- /dev/null +++ b/pkgIndex.tcl.in @@ -0,0 +1,5 @@ +# +# Tcl package index file +# +package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \ + [list load [file join $dir @PKG_LIB_FILE@] @PACKAGE_NAME@]\n[list source [file join $dir graph.tcl]] |