Locate pdflatex using which from Makefile

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2019-06-02 22:23:00 -04:00
parent 4b4e1ae3e1
commit 4cde04d933
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
PDFLATEX=/usr/bin/pdflatex
PDFLATEX=$(shell which pdflatex)
MASTER=template.tex
.PHONY: doc