summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index 423a9dfe7..9491ffc0f 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -74,7 +74,7 @@ guile_TEXINFOS = preface.texi \
match.texi \
misc-modules.texi \
api-compound.texi \
- autoconf.texi \
+ libguile-autoconf.texi \
autoconf-macros.texi \
tools.texi \
history.texi \
@@ -113,7 +113,7 @@ EXTRA_DIST = ChangeLog-2008 $(PICTURES)
# Automated snarfing
-autoconf.texi: autoconf-macros.texi
+libguile-autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild \
snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \