diff options
author | Bernhard Reutner-Fischer | 2008-08-21 21:15:28 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-08-21 21:15:28 +0000 |
commit | a28a05b96ae06ec4233e2cff6f7f619b65cd0a99 (patch) | |
tree | 9a8f110fe9b2db711280b6be6e3e589416075e92 /Makefile.custom | |
parent | 99ecc46d93a331c9af5b20d6700eb43a51bcb125 (diff) | |
download | busybox-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.zip busybox-a28a05b96ae06ec4233e2cff6f7f619b65cd0a99.tar.gz |
- print the documentation per default
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |