Added docs to the list of subdirectories that need to be handled in
the *clean targets.
This commit is contained in:
parent
f68d5ddef8
commit
594c326e16
@ -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"; \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user