]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
prop list formatting
[lilypond.git] / stepmake / stepmake / generic-targets.make
index 39088178492979052d016b16dcc7f1661de615c6..26874ad5b549b18d0e6bd5c347a1ebaf237d9078 100644 (file)
@@ -21,6 +21,12 @@ distclean: clean
        $(LOOP)
        $(MAKE) local-distclean
 
+cvs-clean:
+       $(MAKE) local-distclean
+       find . -type d -name out | xargs rm -rf
+       find . -type d -name out-www | xargs rm -rf
+       rm -f aclocal.m4 configure
+
 maintainerclean:
        $(LOOP)
        $(MAKE) local-maintainerclean
@@ -63,6 +69,7 @@ Note that all commands recurse into subdirectories;\n\
 prepend \`local-' to restrict operation to the current directory.\n\
 Example: \`local-clean'.\n"
 
+# "
 local-help:
 
 local-dist: $(DIST_FILES) $(OUT_DIST_FILES) $(NON_ESSENTIAL_DIST_FILES)
@@ -141,6 +148,7 @@ $(outdir)/dummy.dep:
        @echo please ignore innocent warning about dummy.dep
        -mkdir -p $(outdir)
        touch $(outdir)/dummy.dep
+       echo '*' > $(outdir)/.gitignore
 
 check: local-check
        $(LOOP)