]> git.donarmstrong.com Git - lilypond.git/commitdiff
* stepmake/stepmake/generic-targets.make (help): Improve text.
authorWerner Lemberg <wl@gnu.org>
Tue, 23 Mar 2004 17:07:06 +0000 (17:07 +0000)
committerWerner Lemberg <wl@gnu.org>
Tue, 23 Mar 2004 17:07:06 +0000 (17:07 +0000)
ChangeLog
stepmake/stepmake/generic-targets.make

index a07f772b47ccd4b920cc54de245cc8cf39f94af8..aa90dae6b54cddf1221c512c442fe5c74e3331de 100644 (file)
--- 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.
index 3f81f31449d0f80cf2444b32179dcf9207ef0a3a..8ab38cb887436fc4b69486dfb212fe68a40442c9 100644 (file)
@@ -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: