summaryrefslogtreecommitdiffstats
path: root/ds9/make.include
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-27 16:26:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-27 16:26:18 (GMT)
commitc61430660f5c657a7ef2344cf3541687abfc1e67 (patch)
treeda8b88758f1c705b06d615e742706190e4e1158e /ds9/make.include
parentf374041570ddc22b4901a6fa6705efb9edf39a7e (diff)
downloadblt-c61430660f5c657a7ef2344cf3541687abfc1e67.zip
blt-c61430660f5c657a7ef2344cf3541687abfc1e67.tar.gz
blt-c61430660f5c657a7ef2344cf3541687abfc1e67.tar.bz2
simplify build
Diffstat (limited to 'ds9/make.include')
-rw-r--r--ds9/make.include8
1 files changed, 8 insertions, 0 deletions
diff --git a/ds9/make.include b/ds9/make.include
index e69de29..96699f8 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -0,0 +1,8 @@
+framework:
+ cp -pr $(prefix)/ds9/library $(TKSAORES)/.
+ cp -pr $(prefix)/ds9/msgs $(TKSAORES)/.
+ cp -pr $(prefix)/ds9/doc $(TKSAORES)/.
+ cp -pr $(prefix)/ds9/cmaps $(TKSAORES)/.
+ cp -pr $(prefix)/ds9/template $(TKSAORES)/.
+ echo "pkg_mkIndex $(TKSAORES)/library *.tcl; exit" | $(TCLSH_PROG)
+