summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-02-05 20:26:44 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-02-05 20:26:44 (GMT)
commit6ce5775a6c938da3e477352ec21067142dcb3385 (patch)
tree0f16569e885c1f97503fe6a572c4b059c3fc702b /Makefile.in
parent3f1cdd074e41e5eb7836cb35fe298c5514979cb1 (diff)
downloadhdf5-6ce5775a6c938da3e477352ec21067142dcb3385.zip
hdf5-6ce5775a6c938da3e477352ec21067142dcb3385.tar.gz
hdf5-6ce5775a6c938da3e477352ec21067142dcb3385.tar.bz2
[svn-r3362] Purpose:
Feature Add Description: Added the ``install-doc'' command to the Makefile. Platforms tested: Linux, Solaris.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4257811..4a33c74 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -71,6 +71,9 @@ install:
done
@$(LT) --mode=finish $(libdir);
+install-doc:
+ (cd doc && $(MAKE) $@) || exit 1;
+
## Number format detection
H5detect:
(cd src && $(MAKE) $@)