diff options
author | Erich Eckner <git@eckner.net> | 2019-10-17 23:17:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-17 23:17:09 +0200 |
commit | dc06f11e1c7b479b7c510d92cf08322c9c06d0df (patch) | |
tree | 5fbc905c1b084dfdc263f33d74438786423461d2 /O_du_froehliche | |
parent | df22b1e1046078eac8418036b7eac05a5cf59bed (diff) | |
download | Musik-dc06f11e1c7b479b7c510d92cf08322c9c06d0df.tar.xz |
O_du_froehliche: Makefile repariert
Diffstat (limited to 'O_du_froehliche')
-rw-r--r-- | O_du_froehliche/Makefile | 6 |
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) \ " "$<" > "$@" |