aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-24 02:09:32 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-24 02:09:32 +0200
commit57b68331e402cdb050074d652948740524c8d389 (patch)
treee8ec55c41c66581530b3efe70da01a5ac289231c /Makefile.custom
parentf2657a9968d2f5282f9a7f2e8b93a8d5a57e04fd (diff)
downloadbusybox-57b68331e402cdb050074d652948740524c8d389.tar.gz
correct manpage name
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.custom b/Makefile.custom
index c6577a568..6da79e6e4 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)