- print the documentation per default

This commit is contained in:
Bernhard Reutner-Fischer 2008-08-21 21:15:28 +00:00
parent 99ecc46d93
commit a28a05b96a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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 \