From: wl <wl> Date: Tue, 23 Mar 2004 17:07:06 +0000 (+0000) Subject: * stepmake/stepmake/generic-targets.make (help): Improve text. X-Git-Tag: release/2.1.36~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a56cdad05adf0a5e084c287bfabd4ca75beba8aa;p=lilypond.git * stepmake/stepmake/generic-targets.make (help): Improve text. --- diff --git a/ChangeLog b/ChangeLog index a07f772b47..aa90dae6b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-23 Werner Lemberg <wl@gnu.org> + + * stepmake/stepmake/generic-targets.make (help): Improve text. + 2004-03-23 Han-Wen Nienhuys <hanwen@xs4all.nl> * 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: