tex.mk: Use kpdf instead of acroread for xpdf target

This commit is contained in:
Jan Lindemann 2007-11-27 21:51:01 +00:00 committed by Jan Lindemann
commit a3ee2468df

View file

@ -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"