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:
parent
7e1042edf4
commit
180b39b55b
1 changed files with 4 additions and 2 deletions
|
@ -33,16 +33,18 @@ guile_TEXINFOS = preface.texi intro.texi program.texi scheme-intro.texi \
|
||||||
slib.texi posix.texi \
|
slib.texi posix.texi \
|
||||||
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
|
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
|
||||||
debugging.texi indices.texi script-getopt.texi data-rep.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
|
extend.texi repl-modules.texi srfi-modules.texi misc-modules.texi
|
||||||
|
|
||||||
|
nodist_guile_TEXINFOS = autoconf-macros.texi
|
||||||
|
|
||||||
include $(top_srcdir)/am/pre-inst-guile
|
include $(top_srcdir)/am/pre-inst-guile
|
||||||
|
|
||||||
# Automated snarfing
|
# Automated snarfing
|
||||||
|
|
||||||
autoconf.texi: autoconf-macros.texi
|
autoconf.texi: autoconf-macros.texi
|
||||||
autoconf-macros.texi: $(top_srcdir)/guile-config/guile.m4
|
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.
|
# Optionally support building an HTML version of the reference manual.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue