From 57b68331e402cdb050074d652948740524c8d389 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 24 Oct 2010 02:09:32 +0200 Subject: [PATCH] correct manpage name Signed-off-by: Denys Vlasenko --- Makefile.custom | 6 +++--- 1 file 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)