zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: Mikael Magnusson <mikachu@gmail.com>, zsh workers <zsh-workers@zsh.org>
Subject: Re: intro.ms
Date: Fri, 13 Apr 2012 23:42:23 +0100	[thread overview]
Message-ID: <20120413234223.52dfe575@pws-pc.ntlworld.com> (raw)
In-Reply-To: <CAHYJk3ShtPWFZhqM3hM-wF4RwQ3zWvGHZQRvZ2MAPwzM_1XfRA@mail.gmail.com>

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 <p.w.stephenson@ntlworld.com>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/


  reply	other threads:[~2012-04-13 22:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-13 12:21 intro.ms Mikael Magnusson
2012-04-13 12:35 ` intro.ms Peter Stephenson
2012-04-13 14:10   ` intro.ms Mikael Magnusson
2012-04-13 22:42     ` Peter Stephenson [this message]
2012-04-14 20:06     ` intro.ms Mikael Magnusson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120413234223.52dfe575@pws-pc.ntlworld.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=mikachu@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).