1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

* Makefile.am (subpkgdatadir): VERSION -> GUILE_EFFECTIVE_VERSION.

This commit is contained in:
Rob Browning 2002-12-08 20:43:57 +00:00
parent eff8b05efb
commit a0a0613748
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ ice9_sources = \
buffered-input.scm time.scm history.scm channel.scm \
pretty-print.scm ftw.scm
subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
subpkgdatadir = $(pkgdatadir)/${GUILE_EFFECTIVE_VERSION}/ice-9
subpkgdata_DATA = $(ice9_sources)
ETAGS_ARGS = $(subpkgdata_DATA)

View file

@ -36,7 +36,7 @@ scripts_sources = \
snarf-check-and-output-texi \
snarf-guile-m4-docs
subpkgdatadir = $(pkgdatadir)/$(VERSION)/scripts
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/scripts
subpkgdata_SCRIPTS = $(scripts_sources)
EXTRA_DIST = $(scripts_sources)