.PHONY: mutopia png ps scores tar
.PRECIOUS: $(outdir)/%.ps $(outdir)/%-book.ps
+.PRECIOUS: $(outdir)-letter/%.dvi $(outdir)-letter/%.ps
all: $(OUT_FILES)
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)
mutopia:
$(MAKE) examples="$(mutopia-examples)" PAPERSIZE=letter local-WWW $(mutopia-letter)
+localclean: local-letter-clean
+
+local-letter-clean:
+ rm -f $(outdir)-letter/*
+
#
# <NAME> and -book targets only available through ly.make template makefile;
# too scary to install in LilyPonds make yet.