mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tex.mk: Use kpdf instead of acroread for xpdf target
This commit is contained in:
parent
d00ba6df14
commit
a3ee2468df
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ xdvi: $(LATEX_INPUT)
|
|||
xpdf: $(LATEX_INPUT)
|
||||
@echo "-- running latex just once ..."
|
||||
pdflatex $(MAIN).tex
|
||||
acroread $(MAIN).pdf
|
||||
kpdf $(MAIN).pdf
|
||||
|
||||
$(OUT).tex.zip: cfgtest $(LATEX_INPUT)
|
||||
@echo "-- creating zipfile with tex source files"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue