X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fmutopia-targets.make;h=64c846e9de0f3b8955c69d01fef1d958cd15b570;hb=80c1e9644758f0f17a189d5343a46ca82cd62850;hp=994418db1008c2cc6cee01ac2ea4f3913c897fbc;hpb=649311a39c4984db6594bd86c12f4df52f078af8;p=lilypond.git diff --git a/make/mutopia-targets.make b/make/mutopia-targets.make index 994418db10..64c846e9de 100644 --- a/make/mutopia-targets.make +++ b/make/mutopia-targets.make @@ -2,6 +2,7 @@ .PHONY: mutopia png ps scores tar .PRECIOUS: $(outdir)/%.ps $(outdir)/%-book.ps +.PRECIOUS: $(outdir)-letter/%.dvi $(outdir)-letter/%.ps all: $(OUT_FILES) @@ -16,15 +17,6 @@ convert-ly: local-convert-ly local-convert-ly: $(PYTHON) $(CONVERT_LY) -e *ly -# -# Also clean hand-compiled stuff in cwd -# -localclean: local-auto-gen-clean - -local-auto-gen-clean: - rm -f `grep -l 'Generated automacially by' *` - rm -f *.dvi *.png - tar: mkdir -p $(outdir)/$(tarball) cp -p *.ly $(outdir)/$(tarball) @@ -43,6 +35,11 @@ mutopia-letter=$(mutopia-examples:%=out-letter/%.ps.gz) mutopia: $(MAKE) examples="$(mutopia-examples)" PAPERSIZE=letter local-WWW $(mutopia-letter) +localclean: local-letter-clean + +local-letter-clean: + rm -f $(outdir)-letter/* + # # and -book targets only available through ly.make template makefile; # too scary to install in LilyPonds make yet.