changeset 37343:e821a20867c9

(../info/info): Use an explicit -o switch to makeinfo.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 14 Apr 2001 11:50:31 +0000
parents acd52a18e549
children 7ebf3c6391d2
files man/Makefile.in
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/Makefile.in	Sat Apr 14 11:45:31 2001 +0000
+++ b/man/Makefile.in	Sat Apr 14 11:50:31 2001 +0000
@@ -106,8 +106,12 @@
 # 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