aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.custom6
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
110doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html 110doc: 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
138docs/BusyBox.1: docs/busybox.pod 138docs/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
143docs/BusyBox.html: docs/busybox.net/BusyBox.html 143docs/BusyBox.html: docs/busybox.net/BusyBox.html
144 $(disp_doc) 144 $(disp_doc)