From 594c326e166bcb8e0b76318fffe114ba2b0db259 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Aug 2001 13:08:21 +0000 Subject: [PATCH] Added docs to the list of subdirectories that need to be handled in the *clean targets. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 351a8de..2353f3f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -106,7 +106,7 @@ install-testlist: $(SHTOOL) install -c -m 644 /dev/null $(DESTDIR)$(localstatedir)/lists/testlist/list clean distclean realclean:: - @for subdir in lib*; do \ + @for subdir in lib* docs; do \ echo "===> $$subdir"; \ (cd $$subdir && $(MAKE) $(FLAGS_TO_PASS) $@); \ echo "<=== $$subdir"; \