(help-add-fundoc-usage): Use %S instead of %s to format arglist so default
[bpt/emacs.git] / man / Makefile.in
index 2d3014c..e1b9710 100644 (file)
@@ -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)