commit | 8eeaa747c83ec096a4e73552ae5bdfaaf5824251 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Aug 21 13:47:20 2008 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Aug 21 13:47:20 2008 +0000 |
tree | ca20e33db8b425235ba69faea2942ebbd0e93c9c | |
parent | 6887e77c328a0dd80b6ddd23279bff4e6f7374f3 [diff] [blame] |
- add doc-clean target
diff --git a/Makefile b/Makefile index 06452df..1db69eb 100644 --- a/Makefile +++ b/Makefile
@@ -966,6 +966,12 @@ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \ -type f -print | xargs rm -f +PHONY += doc-clean +doc-clean: rm-files := docs/busybox.pod \ + docs/BusyBox.html docs/BusyBox.1 docs/BusyBox.txt +doc-clean: + $(call cmd,rmfiles) + # mrproper - Delete all generated files, including .config # mrproper: rm-dirs := $(wildcard $(MRPROPER_DIRS))