From 7fbb0019391a825da60a43876474110b50dfd5d4 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 22 Feb 1999 14:11:03 +0000 Subject: Fixed for dvips which sends to printer by default. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile') 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 $< -- cgit v1.2.3