Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Doc/Makefile.in
- X-seq: zsh-workers 10830
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: Doc/Makefile.in
- Date: Wed, 19 Apr 2000 14:59:44 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
This is a change I threatened a week or so ago and no-one replied. It
removes the option forcing dvips to use 300 dpi.
I think I can see the point for this now: if you make the docs for general
distribution, it's bad to make the resolution too high or people can't
print it out on their 1983 Epson dot matrix. But I think that's an issue
for whoever's doing that, and this shouldn't be forced on everyone creating
PostScript. (I'll try and remember when I set up the 3.1.7 doc
distribution.)
Index: Doc/Makefile.in
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v
retrieving revision 1.1.1.64
diff -u -r1.1.1.64 Makefile.in
--- Doc/Makefile.in 2000/02/21 03:06:32 1.1.1.64
+++ Doc/Makefile.in 2000/04/19 13:56:10
@@ -39,7 +39,7 @@
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
-DVIPS = dvips -D 300
+DVIPS = dvips
TEXI2HTML = texi2html -expandinfo -split_chapter
.SUFFIXES: .yo .1
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author