1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 11:10:32 +02:00

maint: Move Guix files to '.guix'.

* build-aux/guix: Rename to...
* .guix/modules: ... this.
* .guix-channel: Adjust accordingly.
* guix.scm: Likewise.
* build-aux/manifest.scm: Rename to...
* .guix/manifest.scm: ... this.
* Makefile.am (EXTRA_DIST): Adjust accordingly.
This commit is contained in:
Ludovic Courtès 2023-06-05 09:19:59 +02:00
parent 7847683d05
commit 2b73fe8169
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
5 changed files with 4 additions and 4 deletions

View file

@ -2,4 +2,4 @@
(channel
(version 0)
(directory "build-aux/guix"))
(directory ".guix/modules"))

View file

@ -83,8 +83,8 @@ EXTRA_DIST = LICENSE HACKING GUILE-VERSION \
libguile/texi-fragments-to-docstrings \
gdbinit \
guix.scm \
build-aux/guix/guile-package.scm \
build-aux/manifest.scm
.guix/modules/guile-package.scm \
.guix/manifest.scm
TESTS = check-guile
TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@

View file

@ -1 +1 @@
build-aux/guix/guile-package.scm
.guix/modules/guile-package.scm