]> git.donarmstrong.com Git - lilypond.git/commitdiff
Nitpick: move web-install/web-uninstall help together.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Jan 2009 13:10:43 +0000 (14:10 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 15 Jan 2009 13:10:43 +0000 (14:10 +0100)
stepmake/stepmake/generic-targets.make
stepmake/stepmake/toplevel-targets.make

index 41f96567c73408d5c7c1b6b054f79b8656846f72..d0c0bf44d14bd0e1284f2df603468097cf6ceb36 100644 (file)
@@ -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
index bd2f3d7932ba848988966fb1334fd6c398d322b7..a9f8909fa6a53ad48856873c980d2584e98dae24 100644 (file)
@@ -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\