]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
Imported Upstream version 2.16.0
[lilypond.git] / stepmake / stepmake / generic-targets.make
index dcb196c4dc13e4412d1766410e90157895ba818a..9a51aaa728f948fc43be85d01670529246f0a8e5 100644 (file)
@@ -1,9 +1,13 @@
 .PHONY : all clean bin-clean config default dist exe help html lib TAGS\
-        po doc doc-stage-1 WWW-1 WWW-2 WWW-post local-WWW-1 local-WWW-2
+        po doc doc-stage-1 WWW-1 WWW-2 WWW-post local-WWW-1 local-WWW-2\
+        log-clean
 
 all:    default
        $(LOOP)
 
+bin:
+       $(MAKE) PACKAGE=$(PACKAGE) package=$(package) -C lily
+
 man:
        $(LOOP)
 
@@ -11,6 +15,9 @@ clean: local-clean
        -rm -rf $(outdir)
        $(LOOP)
 
+log-clean:
+       find . -name "*.log" -delete
+
 ifeq (,$(findstring metafont,$(STEPMAKE_TEMPLATES)))
 bin-clean: local-bin-clean
        -rm -rf $(outdir)
@@ -68,6 +75,7 @@ help: generic-help local-help
        @echo
        @echo "Other generic targets:"
        @echo "  default      same as the empty target"
+       @echo "  bin          check the lily directory and rebuild lilypond.exe if needed"
        @echo "  exe          update all executables"
        @echo "  help         this help"
        @echo "  lib          update all libraries"