diff man/Makefile.in @ 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 ae6f44419d28
children cdd16b46dcad
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