summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2005-08-22 21:24:08 (GMT)
committerhobbs2 <hobbs2>2005-08-22 21:24:08 (GMT)
commitb12831c4b0f30de8e424ed68bd0d292c03e39630 (patch)
treee7552d79dc07599fbd557074c6b27f4726dc5217 /Makefile.in
parenta05726c0a688474cb613e4fd0b8319f2b3d39a54 (diff)
downloadtktreectrl-b12831c4b0f30de8e424ed68bd0d292c03e39630.zip
tktreectrl-b12831c4b0f30de8e424ed68bd0d292c03e39630.tar.gz
tktreectrl-b12831c4b0f30de8e424ed68bd0d292c03e39630.tar.bz2
* Makefile.in: install man pages with html docs
* configure, configure.ac, tclconfig/tcl.m4: updated to newer TEA system
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 0b8065d..3f98902 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.8 2005/07/16 17:59:52 treectrl Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.9 2005/08/22 21:24:08 hobbs2 Exp $
#========================================================================
# Edit the following few lines when writing a new extension
@@ -114,9 +114,6 @@ TCL_SRC_DIR = @TCL_SRC_DIR@
TCL_BIN_DIR = @TCL_BIN_DIR@
TK_SRC_DIR = @TK_SRC_DIR@
TK_BIN_DIR = @TK_BIN_DIR@
-# This is necessary for packages that use private Tcl headers
-TCL_TOP_DIR_NATIVE = @TCL_TOP_DIR_NATIVE@
-TK_TOP_DIR_NATIVE = @TK_TOP_DIR_NATIVE@
# Not used, but retained for reference of what libs Tcl required
TCL_LIBS = @TCL_LIBS@
TK_LIBS = @TK_LIBS@
@@ -215,7 +212,7 @@ install-libraries: libraries
# directory.
#========================================================================
-install-doc-x: doc
+install-doc-x:
@mkdir -p $(DESTDIR)$(mandir)/mann
@echo "Installing documentation in $(DESTDIR)$(mandir)"
@for i in $(srcdir)/doc/*.n; do \
@@ -224,7 +221,7 @@ install-doc-x: doc
$(INSTALL_DATA) $$i $(DESTDIR)$(mandir)/mann ; \
done
-install-doc:
+install-doc: install-doc-x
mkdir -p $(DESTDIR)$(pkglibdir)/htmldoc
cp $(srcdir)/doc/*.html $(DESTDIR)$(pkglibdir)/htmldoc