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