From 70e56311892d706aafe80e23f9aedaab9ea02180 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Rustad?= Date: Tue, 20 Mar 2012 11:20:15 +0100 Subject: [PATCH] Remove dvips and ps2pdf since we use pdflatex --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ca7ea0b..bff14bb 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ all: bibtex rapport pdflatex rapport pdflatex rapport - dvips -t a4 rapport - ps2pdf -sPAPERSIZE=a4 rapport.ps + #dvips -t a4 rapport + #ps2pdf -sPAPERSIZE=a4 rapport.ps -- 2.47.3