From db921254738a2aa6866c70059e4abbc622850551 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Apr 2001 11:50:31 +0000 Subject: [PATCH] (../info/info): Use an explicit -o switch to makeinfo. --- man/Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5