From d1529ddfcbe24e1465982e959916f7865cdf778a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 20 Apr 2009 11:42:24 +0200 Subject: [PATCH] fix m4->texi snarfage after the guile-tools change * doc/ref/Makefile.am: Fix to work after a make clean with the recent guile-tools changes. --- doc/ref/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index d534351dd..368b82321 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -90,7 +90,8 @@ include $(top_srcdir)/am/pre-inst-guile autoconf.texi: autoconf-macros.texi autoconf-macros.texi: $(top_srcdir)/meta/guile.m4 - $(preinstguiletool)/snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \ + $(top_builddir)/meta/uninstalled-env guile-tools \ + snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \ > $(srcdir)/$@ lib-version.texi: $(top_srcdir)/GUILE-VERSION