summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-10 19:15:23 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-10 19:15:23 (GMT)
commit088febfbec498e1adfbffc81f05c4ad1c7d4632f (patch)
tree34f61c12a4e6cc910b8f8f7573b86e3b76acaa5d /Makefile.in
parentb32b6178376cc241ca4e81f4ad89308d7aa0342c (diff)
downloadhdf5-088febfbec498e1adfbffc81f05c4ad1c7d4632f.zip
hdf5-088febfbec498e1adfbffc81f05c4ad1c7d4632f.tar.gz
hdf5-088febfbec498e1adfbffc81f05c4ad1c7d4632f.tar.bz2
[svn-r3794] Purpose:
Bug Fix Description: uninstall-doc wasn't declared at the top level Makefile. Solution: Added it.
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 56af488..e292480 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,6 +74,9 @@ install:
install-doc:
(cd doc && $(MAKE) $@) || exit 1;
+uninstall-doc:
+ (cd doc && $(MAKE) $@) || exit 1;
+
## Number format detection
H5detect:
(cd src && $(MAKE) $@)