From b25e3fac1a16a79efedce2046b4640cbd608470f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 23 Mar 2004 17:07:06 +0000 Subject: [PATCH] * stepmake/stepmake/generic-targets.make (help): Improve text. --- ChangeLog | 4 ++++ stepmake/stepmake/generic-targets.make | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index a07f772b47..aa90dae6b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-23 Werner Lemberg + + * stepmake/stepmake/generic-targets.make (help): Improve text. + 2004-03-23 Han-Wen Nienhuys * lily/main.cc (main_with_guile): switch debugging. diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 3f81f31449..8ab38cb887 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -48,22 +48,22 @@ webdir = $(local_package_docdir) help: generic-help local-help @echo -e "\ all update everything\n\ - clean remove all genated stuff in $(outdir)\n\ - check run selftest\n\ + clean remove all generated stuff in $(outdir)\n\ + check run self tests\n\ default same as the empty target\n\ exe update all executables\n\ help this help\n\ install install programs and data (prefix=$(prefix))\n\ lib update all libraries\n\ - web update website in out-www\n\ + web update website in directory \`out-www'\n\ web-install install website documentation in (webdir=$(webdir))\n\ - web-clean clean out-www\n\ - TAGS genarate tagfiles\n\ + web-clean clean \`out-www' directory\n\ + TAGS generate tagfiles\n\ \n\ -Make may be invoked from any subdirectory\n\ -Note that all commands recurse into SUBDIRS;\n\ -prepend \`local-' to do only cwd, eg: local-clean\n\ -"\ +\`make' may be invoked from any subdirectory.\n\ +Note that all commands recurse into subdirectories;\n\ +prepend \`local-' to restrict operation to the current directory.\n\ +Example: \`local-clean'.\n" local-help: -- 2.39.5