Skip to content

Commit

Permalink
added whitespace strip to pdf macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Skinner committed Oct 18, 2018
1 parent 8baf46a commit 6d63d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FILENAME = cv # basename of your cv and bib file (same name)
TEX = pdflatex
BIB = biber

PDF = $(addsuffix .pdf, $(FILENAME))
PDF = $(addsuffix .pdf, $(strip $(FILENAME)))
EXT = .aux .bbl .bcf .blg .log .out .run.xml
AUX = $(addprefix $(strip $(FILENAME)),$(strip $(EXT)))

Expand Down

0 comments on commit 6d63d99

Please sign in to comment.