aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom2
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
133docs/BusyBox.1: docs/busybox.pod 133docs/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
138docs/BusyBox.html: docs/busybox.net/BusyBox.html 138docs/BusyBox.html: docs/busybox.net/BusyBox.html
139 $(disp_doc) 139 $(disp_doc)