]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/GNUmakefile (extra-local-help): Add.
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 27 Sep 2002 14:40:18 +0000 (14:40 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 27 Sep 2002 14:40:18 +0000 (14:40 +0000)
* stepmake/stepmake/www-targets.make (local-help): Add.

ChangeLog
Documentation/user/GNUmakefile
stepmake/stepmake/www-targets.make

index d72fcc8ff00fa1d322c3679c5f457a68f0ee66fd..125c4b5ab76d965815fbaa5ad38d6f7249e48f8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/GNUmakefile (extra-local-help): Add.
+
+       * stepmake/stepmake/www-targets.make (local-help): Add.
+
 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * Documentation/topdocs/INSTALL.texi (Top): recommend binary
index b401365d157222c388862bd24549e1b8f4bf9a8b..559f9a60c46074d4d69e731e4357e8810c2bbcbf 100644 (file)
@@ -35,10 +35,10 @@ dvi: $(DVI_FILES)
 
 ps: $(PS_FILES)
 
+# Cancel the default info generation rule.  We want to generate info
+# from `.nexi', making sure we don't run LilyPond for inline pictures,
+# when just generating info:
 
-# Cancel default info generation rule.  We want to generate info from
-# `.nexi', making sure we don't run LilyPond for inline pictures, when
-# generating info.
 $(outdir)/%.info: $(outdir)/%.texi
 
 default: 
@@ -47,6 +47,14 @@ default:
 # We must build them by default, otherwise they get built during make install
 info: $(INFO_FILES)
 
+local-help: extra-local-help
+
+extra-local-help:
+       @echo -e "\
+  dvi         update dvi documents\n\
+  info        update info pages\n\
+  ps          update PostScript documents\n\
+"
 
 # Generic rule using % twice not possible?
 # $(outdir)/%/%.html: $(outdir)/%.texi
index 98359f89abbd0b336bf07f587d2c3cd50527de25..58f2d4ed6a4b5ea18e05d0b8f044b7d95769c664 100644 (file)
@@ -24,4 +24,10 @@ local-web-clean:
 web-clean:
        $(MAKE) out=www WWW-clean
 
+local-help: www-targets-help
 
+www-targets-help:
+       @echo -e "\
+  web         update website in out-www\n\
+  web-clean   clean out-www\n\
+"