diff options
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) |