]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
Merge commit 'origin/master' into dev/texi2html
[lilypond.git] / stepmake / stepmake / generic-targets.make
index a9ba8453e1020782ff955bf2b5c3066a6f096c73..b73dfa56b05423981b66104d1ffb195854578560 100644 (file)
@@ -64,6 +64,7 @@ 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\
@@ -148,10 +149,9 @@ installextradoc:
        -$(INSTALLPY) -d $(DESTDIR)$(prefix)/doc/$(package)
        cp -r $(EXTRA_DOC_FILES) $(prefix)/doc/$(package)
 
-include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep) # expect a warning here
+-include $(outdir)/dummy.dep $(wildcard $(outdir)/*.dep)
 
 $(outdir)/dummy.dep:
-       @echo please ignore innocent warning about dummy.dep
        -mkdir -p $(outdir)
        touch $(outdir)/dummy.dep
        echo '*' > $(outdir)/.gitignore
@@ -196,5 +196,4 @@ web-1:
        $(MAKE) out=www WWW-1
 
 web-clean:
-       find -name out-www | xargs rm -rf
        $(MAKE) out=www clean