aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-29 09:34:04 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-29 09:34:04 +0200
commit64b6f7cfbafb66c0b9be08a30ec348579f17052a (patch)
tree58c10ed743791d50f36c72d07066701cf97bb883 /Makefile.custom
parent506d3a9bcaf760bd3f4251421c3932200fb480d8 (diff)
downloadbusybox-64b6f7cfbafb66c0b9be08a30ec348579f17052a.tar.gz
doc: remove trailing empty line
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.custom')
-rw-r--r--Makefile.custom1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 01d69ddf8..c6577a568 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -125,6 +125,7 @@ docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
$(Q)-mkdir -p docs
$(Q)-( \
cat $(srctree)/docs/busybox_header.pod; \
+ echo; \
applets/usage_pod | sed 's/^[A-Za-z][A-Za-z ]*[a-z]:$$/&\n/'; \
cat $(srctree)/docs/busybox_footer.pod; \
) > docs/busybox.pod