From fe892e4bb8cd11f1955492b0f26618b529a72542 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 15 Jan 2009 14:10:43 +0100 Subject: [PATCH] Nitpick: move web-install/web-uninstall help together. --- stepmake/stepmake/generic-targets.make | 6 +----- stepmake/stepmake/toplevel-targets.make | 8 +++++++- 2 files changed, 8 insertions(+), 6 deletions(-) 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\ -- 2.39.5