aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-02-22 14:11:03 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-02-22 14:11:03 +0000
commit7fbb0019391a825da60a43876474110b50dfd5d4 (patch)
treee5b6788c40ff5b10a51e129670663ab27ef322a3 /doc/Makefile
parent1eed9197282ccba632d88f828ec9d7180c348604 (diff)
Fixed for dvips which sends to printer by default.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 95012d9c..52826e2c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -54,7 +54,7 @@ EMACS = xemacs -batch
$(TEXI2PDF) $<
.dvi.ps:
- $(DVI2PS) $<
+ $(DVI2PS) $< -o $*.ps
.texi.html:
$(TEXI2HTML) -split_chapter $<