diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-17 18:02:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-17 18:02:43 +0000 |
commit | 592922d263ef31c47620333f40281f722a5b4e2e (patch) | |
tree | f2cf6e71567420254ee534f7f66fb531c72f75fd /Master/texmf-dist/source/latex/upmethodology | |
parent | 8caf232ea678d2a7c51b476be84aec1fc9e17423 (diff) |
upmethodology 20091102 (2nov09)
git-svn-id: svn://tug.org/texlive/trunk@16051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/upmethodology')
-rw-r--r-- | Master/texmf-dist/source/latex/upmethodology/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/upmethodology/Makefile b/Master/texmf-dist/source/latex/upmethodology/Makefile index 6f4773ed453..9766eca2f40 100644 --- a/Master/texmf-dist/source/latex/upmethodology/Makefile +++ b/Master/texmf-dist/source/latex/upmethodology/Makefile @@ -40,12 +40,12 @@ all: pdf pdf: gen_pdf ifeq ("${PDF_VIEWER}","") - @ if `which acroread 2>/dev/null >/dev/null`; \ - then \ - acroread ${PDFFILE}; \ - elif `which evince 2>/dev/null >/dev/null`; \ + @ if `which evince 2>/dev/null >/dev/null`; \ then \ evince ${PDFFILE}; \ + elif `which acroread 2>/dev/null >/dev/null`; \ + then \ + acroread ${PDFFILE}; \ elif `which xpdf 2>/dev/null >/dev/null`; \ then \ xpdf ${PDFFILE}; \ |