mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
(EXTRA_DIST): Add lib-version.texi to the
distribution.
This commit is contained in:
parent
4505fbb1a6
commit
17dce95009
2 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-02-20 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): Add lib-version.texi to the
|
||||||
|
distribution.
|
||||||
|
|
||||||
2007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
|
2007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||||
|
|
||||||
* api-data.texi (Conversion): Made cross refs point to `Number
|
* api-data.texi (Conversion): Made cross refs point to `Number
|
||||||
|
|
|
@ -23,7 +23,6 @@ AUTOMAKE_OPTIONS = gnu
|
||||||
|
|
||||||
BUILT_SOURCES = lib-version.texi
|
BUILT_SOURCES = lib-version.texi
|
||||||
|
|
||||||
|
|
||||||
info_TEXINFOS = guile.texi
|
info_TEXINFOS = guile.texi
|
||||||
|
|
||||||
guile_TEXINFOS = preface.texi \
|
guile_TEXINFOS = preface.texi \
|
||||||
|
@ -94,5 +93,12 @@ lib-version.texi: $(top_srcdir)/GUILE-VERSION
|
||||||
sed 's/^LIBGUILE_\([A-Z0-9_]*\)_MAJOR=\([0-9]\+\)/@set LIBGUILE_\1_MAJOR \2/' \
|
sed 's/^LIBGUILE_\([A-Z0-9_]*\)_MAJOR=\([0-9]\+\)/@set LIBGUILE_\1_MAJOR \2/' \
|
||||||
> "$@"
|
> "$@"
|
||||||
|
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = autoconf-macros.texi
|
MAINTAINERCLEANFILES = autoconf-macros.texi
|
||||||
|
|
||||||
|
# To allow "make distcheck" to succeed, lib-version.texi must either
|
||||||
|
# be cleaned or be included in the distribution. There's no point
|
||||||
|
# forcing a distribution build to regenerate lib-version.texi, because
|
||||||
|
# it can't possibly be different on the build machine than where the
|
||||||
|
# distribution was generated, so we might as well include it in the
|
||||||
|
# distribution.
|
||||||
|
EXTRA_DIST = lib-version.texi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue