comparison 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
comparison
equal deleted inserted replaced
37342:acd52a18e549 37343:e821a20867c9
104 # Note that all the Info targets build the Info files 104 # Note that all the Info targets build the Info files
105 # in srcdir. There is no provision for Info files 105 # in srcdir. There is no provision for Info files
106 # to exist in the build directory. 106 # to exist in the build directory.
107 # In a distribution of Emacs, the Info files should be up to date. 107 # In a distribution of Emacs, the Info files should be up to date.
108 108
109 # The following target use an explicit -o switch to work around
110 # the @setfilename directive in info.texi, which is required for
111 # the Texinfo distribution.
112
109 ../info/info: ${INFOSOURCES} 113 ../info/info: ${INFOSOURCES}
110 cd $(srcdir); $(MAKEINFO) --no-split info.texi 114 cd $(srcdir); $(MAKEINFO) --no-split info.texi -o $@
111 115
112 info.dvi: ${INFOSOURCES} 116 info.dvi: ${INFOSOURCES}
113 $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi 117 $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi
114 118
115 ../info/emacs: ${EMACSSOURCES} 119 ../info/emacs: ${EMACSSOURCES}