From 9f9b09b3405555e7a1f8b7a69d08ce50cb002d54 Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Mon, 2 Jun 2025 13:57:31 -0400 Subject: [PATCH] forgot to add file ext --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c23170c..f2a966b 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ rm *.pdf -OUT="cooganl-sound-hacking-v.$(git rev-list --count master)" +OUT="cooganl-sound-hacking-v.$(git rev-list --count master).pdf" groff -R -Kutf8 -mom -Tpdf 00-front.mom 01-preface.mom 02-microsound.mom 03-convolution.mom 04-phase_vocoding.mom 05-alternative_tunings.mom > $OUT