Create the info subdir at build-time if necessary
+2003-09-04 Miles Bader <miles@gnu.org>
+
+ * Makefile.in (top_srcdir): New variable.
+ ($(top_srcdir)/info): New rule.
+ (info): Depend on it.
+
2003-09-03 Peter Runestig <peter@runestig.com>
* makefile.w32-in: New file.
# 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@
${srcdir}/ack.texi \
${srcdir}/kmacro.texi
-info: $(INFO_TARGETS)
+$(top_srcdir)/info:
+ mkdir $@
+
+info: $(top_srcdir)/info $(INFO_TARGETS)
dvi: $(DVI_TARGETS)