add alternate command pdftex if pdflatex isn't found
This commit is contained in:
parent
f8e28bd1f0
commit
dd6a65e750
3
Makefile
3
Makefile
@ -15,6 +15,9 @@ informe:
|
|||||||
ifneq (, $(shell which pdflatex))
|
ifneq (, $(shell which pdflatex))
|
||||||
make -C doc
|
make -C doc
|
||||||
mv doc/Informe.pdf Informe.pdf
|
mv doc/Informe.pdf Informe.pdf
|
||||||
|
else ifneq (, $(shell which pdftex))
|
||||||
|
make -C doc
|
||||||
|
mv doc/Informe.pdf Informe.pdf
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean: cleanmyshellin
|
clean: cleanmyshellin
|
||||||
|
Loading…
Reference in New Issue
Block a user