Added docs to the list of subdirectories that need to be handled in

the *clean targets.
This commit is contained in:
Peter Simons 2001-08-20 13:08:21 +00:00
parent f68d5ddef8
commit 594c326e16

View File

@ -106,7 +106,7 @@ install-testlist:
$(SHTOOL) install -c -m 644 /dev/null $(DESTDIR)$(localstatedir)/lists/testlist/list $(SHTOOL) install -c -m 644 /dev/null $(DESTDIR)$(localstatedir)/lists/testlist/list
clean distclean realclean:: clean distclean realclean::
@for subdir in lib*; do \ @for subdir in lib* docs; do \
echo "===> $$subdir"; \ echo "===> $$subdir"; \
(cd $$subdir && $(MAKE) $(FLAGS_TO_PASS) $@); \ (cd $$subdir && $(MAKE) $(FLAGS_TO_PASS) $@); \
echo "<=== $$subdir"; \ echo "<=== $$subdir"; \