summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-24 01:46:16 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2010-10-24 01:46:16 (GMT)
commit17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac (patch)
tree652a23eefc704540b4f997cd626cdeff1081d622
parentd8205b39abb9971bc6aeff4a21c22b3f5f575e49 (diff)
downloadbusybox-17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac.zip
busybox-17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac.tar.gz
busybox-17fc33dfbdf98eb51a5cbf3345337cb4e21d60ac.tar.bz2
finish busybox.1 renaming
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--Makefile2
-rw-r--r--docs/.gitignore2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b7afaa9..c41643d 100644
--- a/Makefile
+++ b/Makefile
@@ -991,7 +991,7 @@ clean: archclean $(clean-dirs)
PHONY += doc-clean
doc-clean: rm-files := docs/busybox.pod \
- docs/BusyBox.html docs/BusyBox.1 docs/BusyBox.txt
+ docs/BusyBox.html docs/busybox.1 docs/BusyBox.txt
doc-clean:
$(call cmd,rmfiles)
diff --git a/docs/.gitignore b/docs/.gitignore
index 9d1b7c2..11d6163 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,4 +1,4 @@
-/BusyBox.1
+/busybox.1
/BusyBox.html
/BusyBox.txt
/busybox.pod