summaryrefslogtreecommitdiff
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 21:15:28 (GMT)
committer Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-21 21:15:28 (GMT)
commita28a05b96ae06ec4233e2cff6f7f619b65cd0a99 (patch)
tree9a8f110fe9b2db711280b6be6e3e589416075e92
parent99ecc46d93a331c9af5b20d6700eb43a51bcb125 (diff)
downloadbusybox-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.zip
busybox-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.tar.gz
busybox-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.tar.bz2
- print the documentation per default
Diffstat
-rw-r--r--Makefile2
-rw-r--r--Makefile.custom4
2 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1db69eb..5d65467 100644
--- a/Makefile
+++ b/Makefile
@@ -505,7 +505,7 @@ endif
# command line.
# This allow a user to issue only 'make' to build a kernel including modules
# Defaults busybox but it is usually overridden in the arch makefile
-all: busybox
+all: busybox doc
-include $(srctree)/arch/$(ARCH)/Makefile
diff --git a/Makefile.custom b/Makefile.custom
index 58a979e..140ff45 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -105,6 +105,10 @@ bigdata: busybox_unstripped
.PHONY: doc
doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
+# FIXME: Doesn't belong here
+disp_doc = \
+ @$(if $(quiet),echo " DOC $(@F)")
+
docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
$(srctree)/include/usage.h \
$(srctree)/docs/busybox_footer.pod \