tex.mk: Add possibility to override PDF_VIEWER

This commit is contained in:
Jan Lindemann 2011-08-18 15:48:51 +00:00 committed by Jan Lindemann
commit 54296ba4ba

View file

@ -11,7 +11,7 @@ ifeq ($(TEX_TMPL_DIR), "")
endif endif
latex = latex latex = latex
PDFLATEX = pdflatex PDFLATEX = pdflatex
PDF_VIEWER = $(firstword $(shell which okular kpdf acroread)) PDF_VIEWER ?= $(firstword $(shell which okular kpdf acroread))
# this is what is there already # this is what is there already
PRE_FIG_LOCAL = $(wildcard *.fig) PRE_FIG_LOCAL = $(wildcard *.fig)