summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-08-11 20:42:38 +0200
committerPeter Stephenson <pws@zsh.org>2014-08-12 09:42:08 +0100
commit3542ca828a3963d6bb7f0dc45154391dc89b802d (patch)
treed8f98da937b7e1e7b2d3ec2d5946ebb6a41b8812 /Doc
parent781affc8699f3ecd4970471e99f925ed93288b28 (diff)
downloadzsh-3542ca828a3963d6bb7f0dc45154391dc89b802d.tar.gz
zsh-3542ca828a3963d6bb7f0dc45154391dc89b802d.zip
32975, 32984: texi2html.conf location inconsistent in makefile
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile.in6
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)
( \