diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-08-12 23:01:19 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-08-12 23:01:19 +0200 |
commit | f47a2790a37c9bb11a6b00888309fe11ae32b7da (patch) | |
tree | eedc835930f71858ea09800f7a3fe0fa74d4ed25 /Doc | |
parent | db1a2fa9ea251737395161eb0b29f9182623320b (diff) | |
parent | 25132aab70987a0c0451ffc3b53e005db4e3773d (diff) | |
download | zsh-f47a2790a37c9bb11a6b00888309fe11ae32b7da.tar.gz zsh-f47a2790a37c9bb11a6b00888309fe11ae32b7da.zip |
New upstream release candidate. Merge branch 'upstream' into debian
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in index c86f34947..f4ee0d760 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -42,7 +42,7 @@ MAKEINFO = makeinfo TEXI2DVI = texi2dvi DVIPS = dvips TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \ - --init-file $(sdir)/texi2html.conf + --init-file texi2html.conf .SUFFIXES: .yo .1 @@ -160,7 +160,7 @@ zsh_a4.ps: zsh.dvi html: zsh_toc.html .PHONY: html -zsh_toc.html: $(sdir)/zsh.texi $(sdir)/texi2html.conf +zsh_toc.html: $(sdir)/zsh.texi texi2html.conf $(TEXI2HTML) $(sdir)/zsh.texi zshall.1: zsh.yo @@ -251,7 +251,7 @@ version.yo: $(sdir_top)/Config/version.mk texi2html.conf: $(sdir_top)/Config/version.mk echo '$$PRE_BODY_CLOSE = "<font size=\"-1\">Zsh version $(VERSION), released on $(VERSION_DATE).</font>";' \ - > $(sdir)/$@ + > $@ Zsh/modlist.yo: $(MODDOCSRC) ( \ |