mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tex.mk: Add possibility to override PDF_VIEWER
This commit is contained in:
parent
1b29cf0bcf
commit
54296ba4ba
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ifeq ($(TEX_TMPL_DIR), "")
|
|||
endif
|
||||
latex = latex
|
||||
PDFLATEX = pdflatex
|
||||
PDF_VIEWER = $(firstword $(shell which okular kpdf acroread))
|
||||
PDF_VIEWER ?= $(firstword $(shell which okular kpdf acroread))
|
||||
|
||||
# this is what is there already
|
||||
PRE_FIG_LOCAL = $(wildcard *.fig)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue