zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Doc/Makefile.in
@ 2000-04-19 13:59 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 2000-04-19 13:59 UTC (permalink / raw)
  To: Zsh hackers list

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@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-04-19 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-19 13:59 PATCH: Doc/Makefile.in Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).