diff options
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 58a979e11..140ff45c2 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 \ |