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

21553: improve zsh.pdf and don't distribute .ps

This commit is contained in:
Peter Stephenson 2005-07-31 18:03:59 +00:00
parent d703d86d1b
commit 3d562f576c
3 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2005-07-31 Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
* 21553: Doc/Makefile.in, Doc/.distfiles: Create zsh.pdf
using texi2dvi to ensure cross-references and indexes are OK;
don't distribute PostScript files any more, though they can
still be made.
2005-07-29 Wayne Davison <wayned@users.sourceforge.net>
* 21548: Completion/Unix/Command/_rsync: Made file completion

View File

@ -14,6 +14,6 @@ DISTFILES_SRC='
DISTFILES_DOC='
zsh.info zsh.info-[0-9]*
zsh.html zsh_*toc.html zsh_[0-9]*.html
zsh.dvi zsh_us.ps zsh_a4.ps
zsh.dvi
zsh.pdf
'

View File

@ -82,7 +82,7 @@ Zsh/seealso.yo Zsh/tcpsys.yo Zsh/zftpsys.yo Zsh/zle.yo
all: man texi ../META-FAQ
.PHONY: all
everything: all dvi ps html pdf
everything: all dvi html pdf
.PHONY: everything
dvi: zsh.dvi
@ -95,7 +95,7 @@ pdf: zsh.pdf
.PHONY: pdf
zsh.pdf: $(sdir)/zsh.texi
$(PDFETEX) $(sdir)/zsh.texi
PDFTEX=$(PDFETEX) $(TEXI2DVI) --pdf $(sdir)/zsh.texi
texi: $(sdir)/zsh.texi
.PHONY: texi
@ -120,6 +120,9 @@ zsh.info: $(sdir)/zsh.texi
$(YODL) -I$(sdir) -w zman.yo version.yo $< | sed -e '1s/\\-/-/g' -e '/^\.'\''/d' > $$target \
;; esac; \
# These targets are no longer made by default, nor
# distributed with the -doc.tar.gz, since the PDF
# output is generally better. However, they still work.
ps: us_ps a4_ps
.PHONY: ps
@ -322,7 +325,7 @@ uninstall.html:
# ========== DEPENDENCIES FOR CLEANUP ==========
clean-here:
rm -f *.html *.info* *.dvi *.ps
rm -f *.html *.info* *.dvi *.ps *.pdf
rm -f *.aux *.cp *.cps *.fn *.fns *.ky *.log
rm -f *.pg *.pgs *.toc *.tp *.tps *.vr *.vrs
rm -rf infodir