Makefile.DOS.template (info_TEXINFOS): Remove unused variable.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 12:07:36 +0000 (12:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Dec 2007 12:07:36 +0000 (12:07 +0000)
commit2750526aa54034a80cd266e9d62540fba700822c
tree0bffa495536bf6a31e0f00f37ffed67dc0a8c8cf
parent84e9bcd65eca0af12963a70a2c48c053fce1840a
Makefile.DOS.template (info_TEXINFOS): Remove unused variable.
(TEXINFOS): Value changed to `doc/make.texi'.
(.SUFFIXES): Use .texi instead of .texinfo.
(make.info, make.dvi): Depend on doc/make.texi.
(.texi.info): New target, instead of ".texinfo.info".  Change -I switch
to $(MAKEINFO) to look in doc/.  Use --no-split.
(.texi): New target, instead of ".texinfo".  Change -I switch to $(MAKEINFO)
to look in doc/.  Use --no-split.
(.texi.dvi): New target, instead of ".texinfo.dvi".  Change -I switch
to $(MAKEINFO) to look in doc/.
(install-info-am, uninstall-info): Don't look for "*.i[0-9]" and
"*.i[0-9][0-9]" (due to --no-split above).
(noinst_TEXINFOS, TEXI2HTML, TEXI2HTML_FLAGS): New variables.
(html, make_1.html): New targets.
(.PHONY): Add "html".
(.SUFFIXES): Add .html.
ChangeLog
Makefile.DOS.template