mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-07 18:10:21 +02:00
(ice9_sources): Replace and-let*.scm w/ and-let-star.scm.
(install-data-local): New. (EXTRA_DIST): Add and-let-star-compat.scm.
This commit is contained in:
parent
b7c1e057a9
commit
2c3cf8283a
1 changed files with 6 additions and 2 deletions
|
@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = gnu
|
|||
|
||||
# These should be installed and distributed.
|
||||
ice9_sources = \
|
||||
and-let*.scm arrays.scm boot-9.scm \
|
||||
and-let-star.scm arrays.scm boot-9.scm \
|
||||
calling.scm common-list.scm debug.scm \
|
||||
debugger.scm documentation.scm emacs.scm expect.scm format.scm \
|
||||
getopt-long.scm hcons.scm lineio.scm \
|
||||
|
@ -37,5 +37,9 @@ subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
|
|||
subpkgdata_DATA = $(ice9_sources)
|
||||
ETAGS_ARGS = $(subpkgdata_DATA)
|
||||
|
||||
install-data-local:
|
||||
-$(INSTALL_DATA) $(srcdir)/and-let-star-compat.scm \
|
||||
$(DESTDIR)$(subpkgdatadir)/'and-let*.scm'
|
||||
|
||||
## test.scm is not currently installed.
|
||||
EXTRA_DIST = $(ice9_sources) test.scm
|
||||
EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue