Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 17:47:20 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 17:47:20 +0400
commit8eeaa747c83ec096a4e73552ae5bdfaaf5824251 (patch)
treeca20e33db8b425235ba69faea2942ebbd0e93c9c /Makefile.help
parent6887e77c328a0dd80b6ddd23279bff4e6f7374f3 (diff)
- add doc-clean target
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help
index f95740365..999d0298e 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -6,6 +6,7 @@ help:
@echo 'Cleaning:'
@echo ' clean - delete temporary files created by build'
@echo ' distclean - delete all non-source files (including .config)'
+ @echo ' doc-clean - delete all generated documentation'
@echo
@echo 'Build:'
@echo ' all - Executable and documentation'