fix m4->texi snarfage after the guile-tools change
authorAndy Wingo <wingo@oblong.net>
Mon, 20 Apr 2009 09:42:24 +0000 (11:42 +0200)
committerAndy Wingo <wingo@oblong.net>
Mon, 20 Apr 2009 09:42:24 +0000 (11:42 +0200)
* doc/ref/Makefile.am: Fix to work after a make clean with the recent
  guile-tools changes.

doc/ref/Makefile.am

index d534351..368b823 100644 (file)
@@ -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