commit | a28a05b96ae06ec4233e2cff6f7f619b65cd0a99 | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Aug 21 21:15:28 2008 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Aug 21 21:15:28 2008 +0000 |
tree | 9a8f110fe9b2db711280b6be6e3e589416075e92 | |
parent | 99ecc46d93a331c9af5b20d6700eb43a51bcb125 [diff] [blame] |
- print the documentation per default
diff --git a/Makefile b/Makefile index 1db69eb..5d65467 100644 --- a/Makefile +++ b/Makefile
@@ -505,7 +505,7 @@ # 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