From 7ef372c98fd5a667e838d333c0ababb7cfc00f4b Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Wed, 28 Dec 2022 12:03:39 +0100 Subject: [PATCH] Update makefile --- book/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index 9da6aba..62d374d 100644 --- a/book/makefile +++ b/book/makefile @@ -2,7 +2,6 @@ all: pdflatex book.tex biber book pdflatex book.tex - pdflatex book.tex fast: pdflatex book.tex @@ -17,3 +16,6 @@ clean: rm book.bcf rm book.pdf rm book.log + +release: + cp book.pdf TheBreadCode-The-Sourdough-Framework.pdf