From d2b64b5b4e1693738bc59517391bd5faeea82c12 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 27 Sep 2002 14:40:18 +0000 Subject: [PATCH] * Documentation/user/GNUmakefile (extra-local-help): Add. * stepmake/stepmake/www-targets.make (local-help): Add. --- ChangeLog | 6 ++++++ Documentation/user/GNUmakefile | 14 +++++++++++--- stepmake/stepmake/www-targets.make | 6 ++++++ 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d72fcc8ff0..125c4b5ab7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-27 Jan Nieuwenhuizen + + * Documentation/user/GNUmakefile (extra-local-help): Add. + + * stepmake/stepmake/www-targets.make (local-help): Add. + 2002-09-26 Han-Wen Nienhuys * 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\ +" -- 2.39.5