From 98518c96fdf3152f69e863f8022c250b34526867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 16 Oct 2011 21:55:29 +0200 Subject: [PATCH] doc: Complete renaming of `autoconf.texi'. This is a followup to d32df1325dfe5f550cf1262dc7e90ba86b526a7c ("manual: reorganize autoconf, pkg-config info"). * doc/ref/Makefile.am: Replace references to `autoconf.texi' by `libguile-autoconf.texi'. --- doc/ref/Makefile.am | 4 ++-- 1 file 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 \