summaryrefslogtreecommitdiff
path: root/Ehre_sei_Gott_in_der_Hoehe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Ehre_sei_Gott_in_der_Hoehe/Makefile')
-rw-r--r--Ehre_sei_Gott_in_der_Hoehe/Makefile27
1 files changed, 8 insertions, 19 deletions
diff --git a/Ehre_sei_Gott_in_der_Hoehe/Makefile b/Ehre_sei_Gott_in_der_Hoehe/Makefile
index e8f3965..cb66cc7 100644
--- a/Ehre_sei_Gott_in_der_Hoehe/Makefile
+++ b/Ehre_sei_Gott_in_der_Hoehe/Makefile
@@ -1,18 +1,5 @@
CURDOC=$(shell basename "$(CURDIR)")
-ifeq ($(FUER),ewe)
- SPEZIFISCH=\#(set! paper-alist (cons '(\"kindle\" . (cons (* 210 mm) (* 130 mm))) paper-alist))\n\#(set-default-paper-size \"kindle\")
-else
- SPEZIFISCH=
- # \#(set-global-staff-size 14)
-endif
-
-ifeq ($(MIT_CHORAL),1)
- WSIDE=s/^%Wside%//
-else
- WSIDE=/^%Wside%/d
-endif
-
all: $(CURDOC).pdf
pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<' || true
@@ -22,12 +9,14 @@ clean:
Clean: clean
rm -f *.pdf *.midi
+include ../.meta/*.mk
+
%.pre: %.ly
- sed " \
- s@%spezifisch%@$(SPEZIFISCH)@; \
- $(WSIDE) \
- " "$<" > "$@"
+ cat "$<" > "$@"
-%.pdf: %.pre stimmen.pre texte.pre
- lilypond $<
+%.post: %.pre $(patsubst %.ly,%.pre, $(shell ls *.ly))
+ m4 <"$<" >"$@"
+%.pdf: %.post
+ lilypond $<
+ pkill -SIGHUP -xf "mupdf $@" || true