summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-04-08 20:23:22 -0500
committerDanny Holman <dholman@gymli.org>2020-04-08 20:23:22 -0500
commitdc58ec12d7b9ce71d5da65c6df73fe71d4a58065 (patch)
tree5ca330f36e8c53d8b6bd2c3f418ccd009c7635ed
parent6984aa2face9a569729760f369564313d4012d96 (diff)
Updated makefile
Updated makefile to run pandoc with the GNU groff PDF engine instead of LaTeX.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index adca091..b682a63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,2 @@
all:
- pandoc -D latex >> template.tex
- pandoc index.md --template=template.tex --pdf-engine=pdflatex -o resume.pdf
+ pandoc index.md --pdf-engine=pdfroff -o resume.pdf