1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

* Makefile.am: move built files to nodist_ targets so they don't

end up in the dist tarfile.
(guile_TEXINFOS): remove autoconf-macros.texi.
(nodist_guile_TEXINFOS): add autoconf-macros.texi.
(autoconf-macros.texi): don't write to $(srcdir) -- breaks
distcheck.
This commit is contained in:
Rob Browning 2003-02-01 17:50:27 +00:00
parent 7e1042edf4
commit 180b39b55b

View file

@ -33,16 +33,18 @@ guile_TEXINFOS = preface.texi intro.texi program.texi scheme-intro.texi \
slib.texi posix.texi \
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
debugging.texi indices.texi script-getopt.texi data-rep.texi \
autoconf.texi autoconf-macros.texi tools.texi \
autoconf.texi tools.texi \
extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi
nodist_guile_TEXINFOS = autoconf-macros.texi
include $(top_srcdir)/am/pre-inst-guile
# Automated snarfing
autoconf.texi: autoconf-macros.texi
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
$(preinstguiletool)/snarf-guile-m4-docs $< > $(srcdir)/$@
$(preinstguiletool)/snarf-guile-m4-docs $< > $@
# Optionally support building an HTML version of the reference manual.