1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

(guile_TEXINFOS): Add autoconf.texi and autoconf-macros.texi.

(autoconf.texi, autoconf-macros.texi): New rules.
This commit is contained in:
Thien-Thi Nguyen 2002-01-02 23:57:40 +00:00
parent d928d47fc3
commit a1f000d555

View file

@ -33,10 +33,16 @@ guile_TEXINFOS = preface.texi intro.texi program.texi scheme-intro.texi \
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
debugging.texi indices.texi script-getopt.texi data-rep.texi \
extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi \
scheme-compound.texi
scheme-compound.texi autoconf.texi autoconf-macros.texi
ETAGS_ARGS = $(info_TEXINFOS) $(guile_TEXINFOS)
# Automated snarfing
autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
$(top_srcdir)/scripts/snarf-guile-m4-docs $< > $@
# Optionally support building an HTML version of the reference manual.
if HTMLDOC