diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 11:37:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-02 11:37:17 +0200 |
commit | 26ff18b424c84a8948e0dcd1322a4bda0cb12fe4 (patch) | |
tree | 94bf1a55ef5cd5f056c2640c378b3cd3d35311a0 /Makefile.custom | |
parent | 88a37689a7b55422dd8e880a52f2a1eb96f19825 (diff) | |
download | busybox-w32-26ff18b424c84a8948e0dcd1322a4bda0cb12fe4.tar.gz busybox-w32-26ff18b424c84a8948e0dcd1322a4bda0cb12fe4.tar.bz2 busybox-w32-26ff18b424c84a8948e0dcd1322a4bda0cb12fe4.zip |
Fixes to usage text; updated busybox.spec
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom index b0ef05627..fb9ec671c 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -133,7 +133,7 @@ docs/BusyBox.txt: docs/busybox.pod | |||
133 | docs/BusyBox.1: docs/busybox.pod | 133 | docs/BusyBox.1: docs/busybox.pod |
134 | $(disp_doc) | 134 | $(disp_doc) |
135 | $(Q)-mkdir -p docs | 135 | $(Q)-mkdir -p docs |
136 | $(Q)-pod2man --center=BusyBox --release="version $(VERSION)" $< > $@ | 136 | $(Q)-pod2man --center=BusyBox --release="version $(KERNELVERSION)" $< > $@ |
137 | 137 | ||
138 | docs/BusyBox.html: docs/busybox.net/BusyBox.html | 138 | docs/BusyBox.html: docs/busybox.net/BusyBox.html |
139 | $(disp_doc) | 139 | $(disp_doc) |