summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2005-03-25 20:22:19 (GMT)
committerhobbs2 <hobbs2>2005-03-25 20:22:19 (GMT)
commit511cd686d18fc9b56910c78232a646ce6e70302e (patch)
tree1b2abe0fb21c4a423de37f4fa2a614980ac0260e /Makefile.in
parent5911eb5ea394d2fcb745f55c2a6d8718b292f299 (diff)
downloadtktreectrl-511cd686d18fc9b56910c78232a646ce6e70302e.zip
tktreectrl-511cd686d18fc9b56910c78232a646ce6e70302e.tar.gz
tktreectrl-511cd686d18fc9b56910c78232a646ce6e70302e.tar.bz2
* Makefile.in, generic/tkTreeCtrl.h: OS X patch from
* configure, configure.ac, tclconfig/tcl.m4: Steffen * license.terms (new):
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f236e48..5bcddab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: Makefile.in,v 1.3 2005/03/19 01:56:11 hobbs2 Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.4 2005/03/25 20:22:19 hobbs2 Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -224,7 +224,8 @@ install-doc-x: doc
done
install-doc:
- @echo "No docs to install"
+ mkdir -p $(DESTDIR)$(pkglibdir)/htmldoc
+ cp $(srcdir)/doc/*.html $(DESTDIR)$(pkglibdir)/htmldoc
test: binaries libraries
$(WISH) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) | cat