mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
32975, 32984: texi2html.conf location inconsistent in makefile
This commit is contained in:
parent
781affc869
commit
3542ca828a
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-08-12 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
|
* Axel Beckert: 32975, 32984: Doc/Zsh/Makefile.in: texi2html.conf
|
||||||
|
location was inconsistent when building out of tree.
|
||||||
|
|
||||||
2014-08-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2014-08-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* unposted: Completion/Base/Completer/.distfiles,
|
* unposted: Completion/Base/Completer/.distfiles,
|
||||||
|
|
|
@ -42,7 +42,7 @@ MAKEINFO = makeinfo
|
||||||
TEXI2DVI = texi2dvi
|
TEXI2DVI = texi2dvi
|
||||||
DVIPS = dvips
|
DVIPS = dvips
|
||||||
TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \
|
TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \
|
||||||
--init-file $(sdir)/texi2html.conf
|
--init-file texi2html.conf
|
||||||
|
|
||||||
.SUFFIXES: .yo .1
|
.SUFFIXES: .yo .1
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ zsh_a4.ps: zsh.dvi
|
||||||
html: zsh_toc.html
|
html: zsh_toc.html
|
||||||
.PHONY: html
|
.PHONY: html
|
||||||
|
|
||||||
zsh_toc.html: $(sdir)/zsh.texi $(sdir)/texi2html.conf
|
zsh_toc.html: $(sdir)/zsh.texi texi2html.conf
|
||||||
$(TEXI2HTML) $(sdir)/zsh.texi
|
$(TEXI2HTML) $(sdir)/zsh.texi
|
||||||
|
|
||||||
zshall.1: zsh.yo
|
zshall.1: zsh.yo
|
||||||
|
@ -251,7 +251,7 @@ version.yo: $(sdir_top)/Config/version.mk
|
||||||
|
|
||||||
texi2html.conf: $(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>";' \
|
echo '$$PRE_BODY_CLOSE = "<font size=\"-1\">Zsh version $(VERSION), released on $(VERSION_DATE).</font>";' \
|
||||||
> $(sdir)/$@
|
> $@
|
||||||
|
|
||||||
Zsh/modlist.yo: $(MODDOCSRC)
|
Zsh/modlist.yo: $(MODDOCSRC)
|
||||||
( \
|
( \
|
||||||
|
|
Loading…
Reference in a new issue