From 0011fb3f40b0c599f66b0baee985452dc6918531 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 10 Jan 2018 12:08:09 +0100 Subject: Gott_ist_treu neu --- Gott_ist_treu/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Gott_ist_treu/Makefile (limited to 'Gott_ist_treu/Makefile') diff --git a/Gott_ist_treu/Makefile b/Gott_ist_treu/Makefile new file mode 100644 index 0000000..5b3af49 --- /dev/null +++ b/Gott_ist_treu/Makefile @@ -0,0 +1,31 @@ +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 ($(MIDI),1) + MIDI_REGEX= +else + MIDI_REGEX=/\\\\midi/{ :a; s/\\\\midi[^{}]*{/\\\\midi/; tb; N; ba; :b; s/{[^{}]*}//; tb; s/\\\\midi[^{}]*}//; t; N; bb; } +endif + +all: $(CURDOC).pdf + +clean: + rm -f *.pre + +Clean: clean + rm -f *.pdf *.midi + +%.pre: %.ly + sed " \ + s@%spezifisch%@$(SPEZIFISCH)@ ; \ + $(MIDI_REGEX) \ + " "$<" > "$@" + +%.pdf: %.pre *.ly + lilypond $< -- cgit v1.2.3-54-g00ecf