From 7ecedea509f9a5484d122c3c430d84954cb7c811 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 29 Aug 2007 08:10:01 -0500 Subject: Add "help" command. (Building help/help.h requires python, but I'll ship that file with release versions.) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc8e091e..d3436fee 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,11 @@ toybox_unstripped: gen_config.h $(toyfiles) toys/toylist.h lib/*.h toys.h toybox: toybox_unstripped $(STRIP) toybox_unstripped -o toybox +toys/help.c: toys/help.h + +toys/help.h: Config.in toys/Config.in scripts/config2help.py + scripts/config2help.py Config.in > toys/help.h + instlist: toybox $(HOSTCC) $(CCFLAGS) -I . scripts/install.c -o instlist -- cgit v1.2.3