summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index a5fea82..8a56e2e 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -37,7 +37,9 @@ install-doc:
done
uninstall-doc:
- -$(RM) -r $(DOCDIR)/hdf5
+ @@SETX@; for d in $(SUBDIRS); do \
+ (cd $$d && $(MAKE) $@) || exit 1; \
+ done
.PHONY: all lib progs test _test install uninstall dep depend clean \
mostlyclean distclean maintainer-clean