summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
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