]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
Nitpick: move web-install/web-uninstall help together.
[lilypond.git] / stepmake / stepmake / generic-targets.make
index 2df68ac3ca29746669b2677956ba5f3548cfa5f7..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)
@@ -64,10 +63,9 @@ help: generic-help local-help
   exe         update all executables\n\
   help        this help\n\
   install *   install programs and data (prefix=$(prefix))\n\
+  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\
@@ -177,7 +175,6 @@ $(config_make): $(top-src-dir)/configure
 
 local-WWW-1:
 local-WWW-2:
-web-install:
 WWW-post:
 
 WWW-1: local-WWW-1
@@ -186,14 +183,13 @@ WWW-1: local-WWW-1
 WWW-2: local-WWW-2
        $(LOOP)
 
-web:
-       $(MAKE) out=www WWW-1
+web: web-1
        $(MAKE) out=www WWW-2
        $(MAKE) out=www WWW-post
 
 web-1:
+       $(MAKE) -C $(depth)/scripts/build out=
        $(MAKE) out=www WWW-1
 
 web-clean:
-       find -name out-www | xargs rm -rf
        $(MAKE) out=www clean