diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-24 03:46:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-24 03:46:16 +0200 |
commit | 17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac (patch) | |
tree | 652a23eefc704540b4f997cd626cdeff1081d622 /Makefile | |
parent | d8205b39abb9971bc6aeff4a21c22b3f5f575e49 (diff) | |
download | busybox-w32-17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac.tar.gz busybox-w32-17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac.tar.bz2 busybox-w32-17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac.zip |
finish busybox.1 renaming
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -991,7 +991,7 @@ clean: archclean $(clean-dirs) | |||
991 | 991 | ||
992 | PHONY += doc-clean | 992 | PHONY += doc-clean |
993 | doc-clean: rm-files := docs/busybox.pod \ | 993 | doc-clean: rm-files := docs/busybox.pod \ |
994 | docs/BusyBox.html docs/BusyBox.1 docs/BusyBox.txt | 994 | docs/BusyBox.html docs/busybox.1 docs/BusyBox.txt |
995 | doc-clean: | 995 | doc-clean: |
996 | $(call cmd,rmfiles) | 996 | $(call cmd,rmfiles) |
997 | 997 | ||