diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-24 02:09:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-24 02:09:32 +0200 |
commit | 57b68331e402cdb050074d652948740524c8d389 (patch) | |
tree | e8ec55c41c66581530b3efe70da01a5ac289231c | |
parent | f2657a9968d2f5282f9a7f2e8b93a8d5a57e04fd (diff) | |
download | busybox-w32-57b68331e402cdb050074d652948740524c8d389.tar.gz busybox-w32-57b68331e402cdb050074d652948740524c8d389.tar.bz2 busybox-w32-57b68331e402cdb050074d652948740524c8d389.zip |
correct manpage name
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Makefile.custom | 6 |
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 | |||
107 | 107 | ||
108 | # Documentation Targets | 108 | # Documentation Targets |
109 | .PHONY: doc | 109 | .PHONY: doc |
110 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html | 110 | doc: docs/busybox.pod docs/BusyBox.txt docs/busybox.1 docs/BusyBox.html |
111 | 111 | ||
112 | # FIXME: Doesn't belong here | 112 | # FIXME: Doesn't belong here |
113 | cmd_doc = | 113 | cmd_doc = |
@@ -135,10 +135,10 @@ docs/BusyBox.txt: docs/busybox.pod | |||
135 | $(Q)-mkdir -p docs | 135 | $(Q)-mkdir -p docs |
136 | $(Q)-pod2text $< > $@ | 136 | $(Q)-pod2text $< > $@ |
137 | 137 | ||
138 | docs/BusyBox.1: docs/busybox.pod | 138 | docs/busybox.1: docs/busybox.pod |
139 | $(disp_doc) | 139 | $(disp_doc) |
140 | $(Q)-mkdir -p docs | 140 | $(Q)-mkdir -p docs |
141 | $(Q)-pod2man --center=BusyBox --release="version $(KERNELVERSION)" $< > $@ | 141 | $(Q)-pod2man --center=busybox --release="version $(KERNELVERSION)" $< > $@ |
142 | 142 | ||
143 | docs/BusyBox.html: docs/busybox.net/BusyBox.html | 143 | docs/BusyBox.html: docs/busybox.net/BusyBox.html |
144 | $(disp_doc) | 144 | $(disp_doc) |