diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 4 |
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 |