X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ab5796a9f97180707734a81320e3eb81937281fe..9242b3b7920346fac289a025812885da86669ea7:/man/Makefile.in diff --git a/man/Makefile.in b/man/Makefile.in index 2d3014c6dc..e1b971010b 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -25,6 +25,7 @@ # utility programs is expected to be in ${srcdir}/lib-src. This is # set by the configure script's `--srcdir' option. srcdir=@srcdir@ +top_srcdir=@top_srcdir@ # Tell make where to find source files; this is needed for the makefiles. VPATH=@srcdir@ @@ -102,7 +103,10 @@ EMACSSOURCES= \ ${srcdir}/ack.texi \ ${srcdir}/kmacro.texi -info: $(INFO_TARGETS) +info: $(top_srcdir)/info $(INFO_TARGETS) + +$(top_srcdir)/info: + mkdir $@ dvi: $(DVI_TARGETS)