diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 20:45:37 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 20:45:37 +0200 |
commit | 02788ac7e2a44eee889aa1005e89076f928e964a (patch) | |
tree | 70b0d7bac514d29f8e7cb70d82f921c988f85b88 /docs | |
parent | b27d62af8bd83f482506271510bfa6e873b953ab (diff) |
scripts: remove bitrotted scripts/individual
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/new-applet-HOWTO.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index 8a825b998..bb29999cf 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt @@ -19,8 +19,7 @@ such as who you stole the code from and so forth. Also include the mini-GPL boilerplate. Be sure to name the main function <applet>_main instead of main. And be sure to put it in <applet>.c. Usage does not have to be taken care of by your applet. -Make sure to #include "libbb.h" as the first include file in your applet so -the bb_config.h and appropriate platform specific files are included properly. +Make sure to #include "libbb.h" as the first include file in your applet. For a new applet mu, here is the code that would go in mu.c: |