From: Jan Nieuwenhuizen Date: Thu, 15 Jan 2009 13:10:43 +0000 (+0100) Subject: Nitpick: move web-install/web-uninstall help together. X-Git-Tag: release/2.12.2-1~10^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe892e4bb8cd11f1955492b0f26618b529a72542;p=lilypond.git Nitpick: move web-install/web-uninstall help together. --- diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index 41f96567c7..d0c0bf44d1 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -1,6 +1,5 @@ .PHONY : all clean bin-clean config default dist doc exe help html lib TAGS\ - po web web-1 WWW-1 WWW-2 WWW-post local-WWW-1 local-WWW-2\ - web-install + po web web-1 WWW-1 WWW-2 WWW-post local-WWW-1 local-WWW-2 all: default $(LOOP) @@ -67,8 +66,6 @@ help: generic-help local-help uninstall* uninstall programs and data\n\ lib update all libraries\n\ web * update website in directory \`out-www'\n\ - web-install * install website documentation in (webdir=$(webdir))\n\ - and Info documentation with images\n\ web-clean * clean \`out-www' directory\n\ TAGS generate tagfiles\n\ \n\ @@ -178,7 +175,6 @@ $(config_make): $(top-src-dir)/configure local-WWW-1: local-WWW-2: -web-install: WWW-post: WWW-1: local-WWW-1 diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index bd2f3d7932..a9f8909fa6 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -1,3 +1,7 @@ +.PHONY: web-install +web-install: +web-uninstall: + local-dist: configure local-distclean: @@ -52,7 +56,6 @@ dist: local-help: @echo -e "\ - web-uninstall remove installed documentation with images\n\ config rerun configure\n\ dist roll tarball: $(depth)/$(outdir)/$(distname).tar.gz\n\ distclean also remove configure output\n\ @@ -62,6 +65,9 @@ local-help: po make new translation Portable Object database\n\ po-replace do po-update and replace catalogs with msgmerged versions\n\ po-update update translation Portable Object database\n\ + web-install * install website documentation in (webdir=$(webdir))\n\ + and Info documentation with images\n\ + web-uninstall * remove installed documentation with images\n\ \n\ Some more targets are available for testing changes:\n\ test-baseline check test-redo test-clean\n\