1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-12 14:50:19 +02:00

doc: Complete renaming of `autoconf.texi'.

This is a followup to d32df1325d ("manual:
reorganize autoconf, pkg-config info").

* doc/ref/Makefile.am: Replace references to `autoconf.texi' by
  `libguile-autoconf.texi'.
This commit is contained in:
Ludovic Courtès 2011-10-16 21:55:29 +02:00
parent b92bbfff1a
commit 98518c96fd

View file

@ -74,7 +74,7 @@ guile_TEXINFOS = preface.texi \
match.texi \ match.texi \
misc-modules.texi \ misc-modules.texi \
api-compound.texi \ api-compound.texi \
autoconf.texi \ libguile-autoconf.texi \
autoconf-macros.texi \ autoconf-macros.texi \
tools.texi \ tools.texi \
history.texi \ history.texi \
@ -113,7 +113,7 @@ EXTRA_DIST = ChangeLog-2008 $(PICTURES)
# Automated snarfing # Automated snarfing
autoconf.texi: autoconf-macros.texi libguile-autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/meta/guile.m4 autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild \ GUILE_AUTO_COMPILE=0 $(top_builddir)/meta/uninstalled-env guild \
snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \ snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \