diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/upmethodology/Makefile')
-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}; \ |