aboutsummaryrefslogtreecommitdiff
path: root/Makefile.custom
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 21:15:28 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 21:15:28 +0000
commita28a05b96ae06ec4233e2cff6f7f619b65cd0a99 (patch)
tree9a8f110fe9b2db711280b6be6e3e589416075e92 /Makefile.custom
parent99ecc46d93a331c9af5b20d6700eb43a51bcb125 (diff)
downloadbusybox-w32-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.tar.gz
busybox-w32-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.tar.bz2
busybox-w32-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.zip
- print the documentation per default
Diffstat (limited to '')
-rw-r--r--Makefile.custom4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.custom b/Makefile.custom
index 58a979e11..140ff45c2 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -105,6 +105,10 @@ bigdata: busybox_unstripped
105.PHONY: doc 105.PHONY: doc
106doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html 106doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
107 107
108# FIXME: Doesn't belong here
109disp_doc = \
110 @$(if $(quiet),echo " DOC $(@F)")
111
108docs/busybox.pod: $(srctree)/docs/busybox_header.pod \ 112docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
109 $(srctree)/include/usage.h \ 113 $(srctree)/include/usage.h \
110 $(srctree)/docs/busybox_footer.pod \ 114 $(srctree)/docs/busybox_footer.pod \