summaryrefslogtreecommitdiff
path: root/O_du_froehliche/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-10-17 23:17:09 +0200
committerErich Eckner <git@eckner.net>2019-10-17 23:17:09 +0200
commitdc06f11e1c7b479b7c510d92cf08322c9c06d0df (patch)
tree5fbc905c1b084dfdc263f33d74438786423461d2 /O_du_froehliche/Makefile
parentdf22b1e1046078eac8418036b7eac05a5cf59bed (diff)
downloadMusik-dc06f11e1c7b479b7c510d92cf08322c9c06d0df.tar.xz
O_du_froehliche: Makefile repariert
Diffstat (limited to 'O_du_froehliche/Makefile')
-rw-r--r--O_du_froehliche/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/O_du_froehliche/Makefile b/O_du_froehliche/Makefile
index 8049ebc..ffc635a 100644
--- a/O_du_froehliche/Makefile
+++ b/O_du_froehliche/Makefile
@@ -14,9 +14,9 @@ else
endif
ifeq ($(OBERSTIMME),1)
- KLAVIER_REGEX=s/%Oberstimme%//
+ OBERSTIMMEN_REGEX=s/%Oberstimme%//
else
- KLAVIER_REGEX=/%Oberstimme%/d;
+ OBERSTIMMEN_REGEX=/%Oberstimme%/d;
endif
all: $(CURDOC).pdf $(CURDOC).midi
@@ -31,7 +31,7 @@ Clean: clean
%.pre: %.ly
sed " \
s@%spezifisch%@$(SPEZIFISCH)@ ; \
- $(OBERSTIMMEN_REGEX) \
+ $(OBERSTIMMEN_REGEX); \
$(KLAVIER_REGEX) \
" "$<" > "$@"