summaryrefslogtreecommitdiffstats
path: root/ds9
diff options
context:
space:
mode:
Diffstat (limited to 'ds9')
-rw-r--r--ds9/make.include6
1 files changed, 6 insertions, 0 deletions
diff --git a/ds9/make.include b/ds9/make.include
index b6c94c6..6182249 100644
--- a/ds9/make.include
+++ b/ds9/make.include
@@ -20,6 +20,12 @@ $(LIBDIR)/cmaps : $(prefix)/ds9/cmaps
$(LIBDIR)/template : $(prefix)/ds9/template
cp -prf $? "$@"
+#--------------------------tls
+
+$(LIBDIR)/tls : $(prefix)/tls/*.tcl
+ mkdir -p "$@"
+ cp -prf $? "$@"
+
#--------------------------tkblt
$(LIBDIR)/tkblt : $(prefix)/tkblt/library/*.tcl