Skip to content

Commit

Permalink
Merge pull request mszep#22 from neonfuz/master
Browse files Browse the repository at this point in the history
Fixed pdf Makefile dependencies
  • Loading branch information
mszep authored Jul 27, 2017
2 parents c443235 + ec94f3e commit 4df5d7e
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
@@ -1,7 +1,7 @@
all: html pdf docx rtf

pdf: resume.pdf
resume.pdf: resume.md
resume.pdf: style_chmduquesne.tex resume.md
pandoc --standalone --template style_chmduquesne.tex \
--from markdown --to context \
-V papersize=A4 \
Expand Down

0 comments on commit 4df5d7e

Please sign in to comment.