distclean

This commit is contained in:
Fumitoshi UKAI
2003-09-29 16:37:13 +00:00
parent 3c576cd040
commit 44f4bc70f7
4 changed files with 13 additions and 1 deletions

View File

@@ -280,7 +280,7 @@ clean: sweep
done
distclean: clean
for subdir in po scripts; \
for subdir in po scripts w3mimg; \
do \
(cd $$subdir && $(MAKE) distclean); \
done