Skip to content

Commit

Permalink
Makefile: build both HTML and PDF by default
Browse files Browse the repository at this point in the history
  • Loading branch information
miiichael committed Aug 23, 2021
1 parent 8960c15 commit feb1ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
all: resume.html resume.pdf

resume.html: resume.md header.html Makefile
pandoc --from markdown+auto_identifiers+pandoc_title_block resume.md -o resume.html --section-divs --include-in-header=header.html

Expand Down

0 comments on commit feb1ab6

Please sign in to comment.