diff options
Diffstat (limited to 'doc/ref/Makefile.am')
-rw-r--r-- | doc/ref/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index 6ab2171af..60e23c27d 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 1998, 2004, 2006 Free Software Foundation, Inc. +## Copyright (C) 1998, 2004, 2006, 2008 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -86,7 +86,8 @@ include $(top_srcdir)/am/pre-inst-guile autoconf.texi: autoconf-macros.texi autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4 - $(preinstguiletool)/snarf-guile-m4-docs $< > $(srcdir)/$@ + $(preinstguiletool)/snarf-guile-m4-docs $(top_srcdir)/guile-config/guile.m4 \ + > $(srcdir)/$@ lib-version.texi: $(top_srcdir)/GUILE-VERSION cat "$^" | grep '^LIBGUILE_.*_MAJOR' | \ |