]> git.donarmstrong.com Git - resume.git/commitdiff
fix makefile dependencies
authorDon Armstrong <don@donarmstrong.com>
Wed, 21 Feb 2018 00:18:21 +0000 (16:18 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 21 Feb 2018 00:18:21 +0000 (16:18 -0800)
Makefile

index 7148a5467a2612a961fa351f799449eb8464d90c..bfd885a48e461a0ce8309a7ee942a847cca21a64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: dla-resume.pdf
 #      latexmk -pdf -pdflatex="xelatex -interaction=nonstopmode" -bibtex -use-make $<
 
 
-dla-resume.pdf: dla-resume.org
-       $(EMACS) $(EMACSARGS) --visit $^ \
+dla-resume.pdf: dla-resume.org dlaresume.cls
+       $(EMACS) $(EMACSARGS) --visit $< \
        --eval "(setq org-latex-remove-logfiles nil)" \
        --funcall org-latex-export-to-pdf