diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-10-16 21:55:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-10-16 21:55:29 +0200 |
commit | 98518c96fdf3152f69e863f8022c250b34526867 (patch) | |
tree | c0255d7cdc00258ad99e32bed1029da25202715d | |
parent | b92bbfff1a38909708640d6d0b5a0a1ac21d6a75 (diff) | |
download | guile-98518c96fdf3152f69e863f8022c250b34526867.tar.gz |
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'.
-rw-r--r-- | doc/ref/Makefile.am | 4 |
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 \ |