From 131eeae7307663d0026d7ee64ccd08f944cd4ef2 Mon Sep 17 00:00:00 2001 From: baiotti Date: Fri, 25 Aug 2006 11:43:00 +0000 Subject: Unnamed patch The previous Makefile referred to documentation.tex only (which, by the way, does not have a .bib file, but contains the references in the .tex file itself) and lacked the -o option to dvips (which - depending on the system settings - caused to send the document to the printer instead of saving it in a .ps file). darcs-hash:20060825114355-d5812-e7910e1b00b8ce81d0074d34c9fc420505c8a16a.gz --- Carpet/doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Carpet/doc') diff --git a/Carpet/doc/Makefile b/Carpet/doc/Makefile index b8f643cb1..2d5f88be6 100644 --- a/Carpet/doc/Makefile +++ b/Carpet/doc/Makefile @@ -1,4 +1,4 @@ -NAME=documentation +NAME=scheduling all: ${NAME}.dvi ${NAME}.ps ${NAME}.ps.gz ${NAME}.pdf @@ -11,7 +11,7 @@ ${NAME}.dvi: carpet.bib latex $* %.ps: %.dvi - dvips $* + dvips $* -o ${NAME}.ps %.pdf: %.dvi pdflatex $* -- cgit v1.2.3