about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Doc/.distfiles1
-rw-r--r--Doc/Makefile.in5
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d4bc59a67..614bc9dcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-14  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* 30402: Doc/.distfiles, Doc/Makefile.in: turn intro.ms into
+	intro.pdf for doc distribution.  Still needs some tidy ups.
+
 2012-04-14  Mikael Magnusson  <mikachu@gmail.com>
 
 	* 30406: NEWS: some typo fixes.
@@ -16189,5 +16194,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5628 $
+* $Revision: 1.5629 $
 *****************************************************
diff --git a/Doc/.distfiles b/Doc/.distfiles
index 07263317c..b639949d3 100644
--- a/Doc/.distfiles
+++ b/Doc/.distfiles
@@ -18,4 +18,5 @@ DISTFILES_DOC='
     *.html
     zsh.dvi
     zsh.pdf
+    intro.pdf
 '
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index d30149da0..df3e1410b 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -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