summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 4a33c74..56af488 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,7 +14,7 @@ srcdir=@srcdir@
@COMMENCE@
# Subdirectories in build-order (not including `examples')
-SUBDIRS=src test tools doc @TESTPARALLEL@ @subdirs@
+SUBDIRS=src test tools @TESTPARALLEL@ @subdirs@
##############################################################################
## T A R G E T S
@@ -85,13 +85,13 @@ H5Tinit.c:
mostlyclean distclean maintainer-clean
clean mostlyclean:
- @@SETX@; for d in $(SUBDIRS) examples pablo; do \
+ @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) conftest conftest.c
distclean:
- @@SETX@; for d in $(SUBDIRS) examples pablo; do \
+ @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) config/commence config/conclude
@@ -103,7 +103,7 @@ distclean:
maintainer-clean:
@echo "This target is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
- @@SETX@; for d in $(SUBDIRS) examples pablo; do \
+ @@SETX@; for d in $(SUBDIRS) doc examples pablo; do \
(cd $$d && $(MAKE) $@); \
done
-$(RM) config.cache config.log config.status src/H5config.h