Skip to content
Snippets Groups Projects
Verified Commit 8395ec73 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

allow book covers with spaces

parent cd527f01
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ images/extracted/:
echo '*' > $@.gitignore
images/extracted/inclusion.tex: images/extracted/
printf '%s\n' '\externaldocument{$(BOOK)}' > $@
printf '%s\n' '\newcommand\bookTitle{$(TITLE)}' >> $@
printf '%s\n' '\newcommand\bookTitle{$(TITLE)}' | tr '_' ' ' >> $@
$(DROSS):
mkdir $(DROSS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment