Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: intro.ms



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



Messages sorted by: Reverse Date, Date, Thread, Author