From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Fri, 27 Sep 2002 14:40:18 +0000 (+0000)
Subject: * Documentation/user/GNUmakefile (extra-local-help): Add.
X-Git-Tag: release/1.6.5~3
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d2b64b5b4e1693738bc59517391bd5faeea82c12;p=lilypond.git

* Documentation/user/GNUmakefile (extra-local-help): Add.

* stepmake/stepmake/www-targets.make (local-help): Add.
---

diff --git a/ChangeLog b/ChangeLog
index d72fcc8ff0..125c4b5ab7 100644
--- 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
diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile
index b401365d15..559f9a60c4 100644
--- a/Documentation/user/GNUmakefile
+++ b/Documentation/user/GNUmakefile
@@ -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
diff --git a/stepmake/stepmake/www-targets.make b/stepmake/stepmake/www-targets.make
index 98359f89ab..58f2d4ed6a 100644
--- a/stepmake/stepmake/www-targets.make
+++ b/stepmake/stepmake/www-targets.make
@@ -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\
+"