1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-09 08:46:04 +02:00

30402: turn intro.ms into intro.pdf for doc distribution

This commit is contained in:
Peter Stephenson 2012-04-14 20:42:38 +00:00
parent 1416ec9644
commit bf62018cc7
3 changed files with 11 additions and 2 deletions

View File

@ -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 $
*****************************************************

View File

@ -18,4 +18,5 @@ DISTFILES_DOC='
*.html
zsh.dvi
zsh.pdf
intro.pdf
'

View File

@ -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