[git commit master 1/1] correct manpage name

Denys Vlasenko vda.linux at googlemail.com
Sun Oct 24 00:09:32 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=57b68331e402cdb050074d652948740524c8d389
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 Makefile.custom |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.custom b/Makefile.custom
index c6577a5..6da79e6 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -107,7 +107,7 @@ bigdata: busybox_unstripped
 
 # Documentation Targets
 .PHONY: doc
-doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
+doc: docs/busybox.pod docs/BusyBox.txt docs/busybox.1 docs/BusyBox.html
 
 # FIXME: Doesn't belong here
        cmd_doc =
@@ -135,10 +135,10 @@ docs/BusyBox.txt: docs/busybox.pod
 	$(Q)-mkdir -p docs
 	$(Q)-pod2text $< > $@
 
-docs/BusyBox.1: docs/busybox.pod
+docs/busybox.1: docs/busybox.pod
 	$(disp_doc)
 	$(Q)-mkdir -p docs
-	$(Q)-pod2man --center=BusyBox --release="version $(KERNELVERSION)" $< > $@
+	$(Q)-pod2man --center=busybox --release="version $(KERNELVERSION)" $< > $@
 
 docs/BusyBox.html: docs/busybox.net/BusyBox.html
 	$(disp_doc)
-- 
1.7.1



More information about the busybox-cvs mailing list