From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19850 invoked by alias); 13 Apr 2012 22:42:43 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30402 Received: (qmail 20262 invoked from network); 13 Apr 2012 22:42:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: neutral (ns1.primenet.com.au: 74.125.82.171 is neither permitted nor denied by SPF record at ntlworld.com) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-proxyuser-ip:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=Z2LYiCGdei+fHLtYugZxIYLarkHCkosjHdNL7hqKL4w=; b=ikzM+8q4VdWHDRnhF2/wE/4RHPJLB4LwMizcTumZz7JX54/imtkywG5Bl9Svg678F/ N5oxIXuGp2NxRVhBSlQb/GcWJl2/R7zEanYe4ZWFoD2SDmR4SHXsqSV5O3OKDAOgSPPu NnO9Q/zSTxY6cewXfEbTUEjKvkSKLThH6+w2p1ASE2iFYSGTAeMnXhrGT3VTi3u3R29X tWfi3/041TTFEkavQCicDk5qXSoI+HXWoiPKK0937vmhv6oVVX5MV7asc8HDowJkrjqj HNNPWFEFIxtisAxLNN3EK710R9IrxS9tNAMSKsEKoC/FXun2m0zRpo/lCeHDGllAwujA LcXw== X-ProxyUser-IP: 86.6.29.42 Date: Fri, 13 Apr 2012 23:42:23 +0100 From: Peter Stephenson To: Mikael Magnusson , zsh workers Subject: Re: intro.ms Message-ID: <20120413234223.52dfe575@pws-pc.ntlworld.com> In-Reply-To: References: <20120413133524.076d7c74@pwslap01u.europe.root.pri> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkDuMU22cm7Bw6Dz7qx0CPutgkvPaPILphd7TFOSyht+Bwr6rv3OzfHUTrf8UL+ZQG1VE2h This is only done with the "everything" and "pdf" targets, so it doesn't matter if it's not available on all systems. Index: Doc/.distfiles =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/.distfiles,v retrieving revision 1.10 diff -p -u -r1.10 .distfiles --- Doc/.distfiles 16 Apr 2009 10:17:23 -0000 1.10 +++ Doc/.distfiles 13 Apr 2012 22:40:49 -0000 @@ -18,4 +18,5 @@ DISTFILES_DOC=' *.html zsh.dvi zsh.pdf + intro.pdf ' Index: Doc/Makefile.in =================================================================== RCS file: /cvsroot/zsh/zsh/Doc/Makefile.in,v retrieving revision 1.49 diff -p -u -r1.49 Makefile.in --- Doc/Makefile.in 12 Oct 2011 13:03:55 -0000 1.49 +++ Doc/Makefile.in 13 Apr 2012 22:40:49 -0000 @@ -94,7 +94,7 @@ dvi: zsh.dvi zsh.dvi: $(sdir)/zsh.texi $(TEXI2DVI) $(sdir)/zsh.texi -pdf: zsh.pdf +pdf: zsh.pdf intro.pdf .PHONY: pdf zsh.pdf: $(sdir)/zsh.texi @@ -104,6 +104,9 @@ zsh.pdf: $(sdir)/zsh.texi PDFTEX=$(PDFETEX) $(TEXI2DVI) --pdf $(sdir)/zsh.texi; \ fi +intro.pdf: $(sdir)/intro.ms + pdfroff -ms $(sdir)/intro.ms >intro.pdf + texi: $(sdir)/zsh.texi .PHONY: texi -- Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/