aboutsummaryrefslogtreecommitdiff
path: root/Carpet/doc
diff options
context:
space:
mode:
authorbaiotti <schnetter@cct.lsu.edu>2006-08-25 11:43:00 +0000
committerbaiotti <schnetter@cct.lsu.edu>2006-08-25 11:43:00 +0000
commit66425ccfa4249bc2f9e84bc179ee1f05e4715edc (patch)
treeff2c0bb8a06122843a655d404197e8ba1415bcbb /Carpet/doc
parent3167327f2c85d57bf2d5a3987a1ee01ffaaa6c12 (diff)
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
Diffstat (limited to 'Carpet/doc')
-rw-r--r--Carpet/doc/Makefile4
1 files changed, 2 insertions, 2 deletions
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 $*