diff options
| -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  # Documentation Targets  .PHONY: doc -doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html +doc: docs/busybox.pod docs/BusyBox.txt docs/busybox.1 docs/BusyBox.html  # FIXME: Doesn't belong here         cmd_doc = @@ -135,10 +135,10 @@ docs/BusyBox.txt: docs/busybox.pod  	$(Q)-mkdir -p docs  	$(Q)-pod2text $< > $@ -docs/BusyBox.1: docs/busybox.pod +docs/busybox.1: docs/busybox.pod  	$(disp_doc)  	$(Q)-mkdir -p docs -	$(Q)-pod2man --center=BusyBox --release="version $(KERNELVERSION)" $< > $@ +	$(Q)-pod2man --center=busybox --release="version $(KERNELVERSION)" $< > $@  docs/BusyBox.html: docs/busybox.net/BusyBox.html  	$(disp_doc) | 
