]> code.delx.au - gnu-emacs/blobdiff - man/Makefile.in
*** empty log message ***
[gnu-emacs] / man / Makefile.in
index f9feab6a0b90a4e86d2d508d8e087cf5ac36428d..c4d3a98438b9fa939860da923857011fac3fd1f9 100644 (file)
@@ -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 uses 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