aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-04-02 00:16:19 +0800
committerAaron LI <aly@aaronly.me>2019-04-02 00:21:20 +0800
commit6472cb06a51937ad438a362e4b94b9f55ac670e0 (patch)
tree8993c48f7388f5b4fa7e7b301e452548660cbcfb /Makefile
parent27448c119a702894c5c2a5058c0e5ec507dfe53a (diff)
downloadresume-6472cb06a51937ad438a362e4b94b9f55ac670e0.tar.bz2
Use 'pdftk' because it can preserve the links
Credit: https://blog.dbrgn.ch/2013/8/14/merge-multiple-pdfs/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2151daa..891ba9b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ en: resume-en.pdf
zh: resume-zh.pdf
$(PDFCAT): $(PDFS)
- pdfjoin -o $@ $(PDFS)
+ pdftk $(PDFS) cat output $@
resume-zh.pdf: resume-zh.tex $(DEPS)
env TEXINPUTS=$(TEXINPUTS) latexmk -xelatex $<