mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
(../info/info): Use an explicit -o switch to makeinfo.
This commit is contained in:
parent
560ea2d586
commit
db92125473
@ -106,8 +106,12 @@ dvi: $(DVI_TARGETS)
|
||||
# to exist in the build directory.
|
||||
# In a distribution of Emacs, the Info files should be up to date.
|
||||
|
||||
# The following target use an explicit -o switch to work around
|
||||
# the @setfilename directive in info.texi, which is required for
|
||||
# the Texinfo distribution.
|
||||
|
||||
../info/info: ${INFOSOURCES}
|
||||
cd $(srcdir); $(MAKEINFO) --no-split info.texi
|
||||
cd $(srcdir); $(MAKEINFO) --no-split info.texi -o $@
|
||||
|
||||
info.dvi: ${INFOSOURCES}
|
||||
$(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi
|
||||
|
Loading…
Reference in New Issue
Block a user