From 3f8ca0ab9662a2f77083c166b2a82e11ddde09d6 Mon Sep 17 00:00:00 2001 From: hellboy Date: Mon, 8 Mar 2010 22:18:48 +0100 Subject: [PATCH] makefile: added target ``showpdf'' --- tex/makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tex/makefile b/tex/makefile index e9ce1d0..9bdd9a6 100644 --- a/tex/makefile +++ b/tex/makefile @@ -13,3 +13,5 @@ pdf: gostyle.pdf all: dvi pdf show: dvi xdvi -watchfile 0.5 gostyle.dvi & +showpdf: pdf + okular gostyle.pdf 2>/dev/null & -- 2.11.4.GIT