mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 04:50:28 +02:00
(EXTRA_DIST): add compile-psyntax.scm.
This commit is contained in:
parent
7c45fc4df5
commit
4be93bf7d6
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ uninstall-local:
|
|||
rm -f $(DESTDIR)$(subpkgdatadir)/'and-let*.scm'
|
||||
|
||||
## test.scm is not currently installed.
|
||||
EXTRA_DIST = $(ice9_sources) test.scm and-let-star-compat.scm
|
||||
EXTRA_DIST = \
|
||||
$(ice9_sources) \
|
||||
test.scm \
|
||||
and-let-star-compat.scm \
|
||||
compile-psyntax.scm
|
||||
|
||||
if MAINTAINER_MODE
|
||||
# We expect this to never be invoked when there is not already
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue