diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 01:53:38 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 01:53:38 +0200 |
commit | f0f94700610eba964441ce4a112134e03c76eb89 (patch) | |
tree | 2823e4cd344df7f85f0cd94dc87f1133d05fcc19 /Makefile.custom | |
parent | 6c5bf0d347faded028e15d523c26a0d64c6d3920 (diff) | |
download | busybox-w32-f0f94700610eba964441ce4a112134e03c76eb89.tar.gz busybox-w32-f0f94700610eba964441ce4a112134e03c76eb89.tar.bz2 busybox-w32-f0f94700610eba964441ce4a112134e03c76eb89.zip |
make it possible to keep usage texts in .c files
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.custom b/Makefile.custom index fa69dcebb..01d69ddf8 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -118,7 +118,7 @@ disp_doc = $($(quiet)cmd_doc) | |||
118 | # sed adds newlines after "Options:" etc, | 118 | # sed adds newlines after "Options:" etc, |
119 | # this is needed in order to get good BusyBox.{1,txt,html} | 119 | # this is needed in order to get good BusyBox.{1,txt,html} |
120 | docs/busybox.pod: $(srctree)/docs/busybox_header.pod \ | 120 | docs/busybox.pod: $(srctree)/docs/busybox_header.pod \ |
121 | $(srctree)/include/usage.h \ | 121 | include/usage.h \ |
122 | $(srctree)/docs/busybox_footer.pod \ | 122 | $(srctree)/docs/busybox_footer.pod \ |
123 | applets/usage_pod | 123 | applets/usage_pod |
124 | $(disp_doc) | 124 | $(disp_doc) |