From: Eli Zaretskii Date: Sat, 14 Apr 2001 11:50:31 +0000 (+0000) Subject: (../info/info): Use an explicit -o switch to makeinfo. X-Git-Tag: emacs-pretest-21.0.103~215 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db921254738a2aa6866c70059e4abbc622850551;p=emacs.git (../info/info): Use an explicit -o switch to makeinfo. --- diff --git a/man/Makefile.in b/man/Makefile.in index f9feab6a0b9..642c6c83a3e 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -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