mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Makefile.am: Sort EXTRA_DIST entries.
* Makefile.am (EXTRA_DIST): Sort.
This commit is contained in:
parent
45ae3c830f
commit
8934827014
1 changed files with 26 additions and 26 deletions
52
Makefile.am
52
Makefile.am
|
@ -660,49 +660,49 @@ dist_fishcompletion_DATA = etc/completion/fish/guix.fish
|
||||||
nodist_selinux_policy_DATA = etc/guix-daemon.cil
|
nodist_selinux_policy_DATA = etc/guix-daemon.cil
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
HACKING \
|
|
||||||
ROADMAP \
|
|
||||||
TODO \
|
|
||||||
CODE-OF-CONDUCT \
|
|
||||||
.dir-locals.el \
|
.dir-locals.el \
|
||||||
.guix-authorizations \
|
.guix-authorizations \
|
||||||
.guix-channel \
|
.guix-channel \
|
||||||
scripts/guix.in \
|
CODE-OF-CONDUCT \
|
||||||
|
HACKING \
|
||||||
|
ROADMAP \
|
||||||
|
TODO \
|
||||||
|
bootstrap \
|
||||||
|
build-aux/build-self.scm \
|
||||||
|
build-aux/check-channel-news.scm \
|
||||||
|
build-aux/check-final-inputs-self-contained.scm \
|
||||||
|
build-aux/compile-all.scm \
|
||||||
|
build-aux/compile-as-derivation.scm \
|
||||||
|
build-aux/config.rpath \
|
||||||
|
build-aux/convert-xref.scm \
|
||||||
|
build-aux/cuirass/hurd-manifest.scm \
|
||||||
|
build-aux/generate-authors.scm \
|
||||||
|
build-aux/test-driver.scm \
|
||||||
|
build-aux/update-NEWS.scm \
|
||||||
|
build-aux/update-guix-package.scm \
|
||||||
|
doc/build.scm \
|
||||||
etc/disarchive-manifest.scm \
|
etc/disarchive-manifest.scm \
|
||||||
etc/guix-install.sh \
|
etc/guix-install.sh \
|
||||||
|
etc/historical-authorizations \
|
||||||
etc/news.scm \
|
etc/news.scm \
|
||||||
etc/release-manifest.scm \
|
etc/release-manifest.scm \
|
||||||
etc/source-manifest.scm \
|
etc/source-manifest.scm \
|
||||||
etc/system-tests.scm \
|
etc/system-tests.scm \
|
||||||
etc/time-travel-manifest.scm \
|
etc/time-travel-manifest.scm \
|
||||||
etc/historical-authorizations \
|
scripts/guix.in \
|
||||||
build-aux/build-self.scm \
|
|
||||||
build-aux/compile-all.scm \
|
|
||||||
build-aux/cuirass/hurd-manifest.scm \
|
|
||||||
build-aux/check-final-inputs-self-contained.scm \
|
|
||||||
build-aux/check-channel-news.scm \
|
|
||||||
build-aux/compile-as-derivation.scm \
|
|
||||||
build-aux/convert-xref.scm \
|
|
||||||
build-aux/generate-authors.scm \
|
|
||||||
build-aux/test-driver.scm \
|
|
||||||
build-aux/update-guix-package.scm \
|
|
||||||
build-aux/update-NEWS.scm \
|
|
||||||
tests/test.drv \
|
|
||||||
tests/cve-sample.json \
|
tests/cve-sample.json \
|
||||||
tests/keys/signing-key.pub \
|
|
||||||
tests/keys/signing-key.sec \
|
|
||||||
tests/keys/civodul.pub \
|
tests/keys/civodul.pub \
|
||||||
tests/keys/rsa.pub \
|
|
||||||
tests/keys/dsa.pub \
|
tests/keys/dsa.pub \
|
||||||
tests/keys/ed25519.pub \
|
|
||||||
tests/keys/ed25519.sec \
|
|
||||||
tests/keys/ed25519-2.pub \
|
tests/keys/ed25519-2.pub \
|
||||||
tests/keys/ed25519-2.sec \
|
tests/keys/ed25519-2.sec \
|
||||||
tests/keys/ed25519-3.pub \
|
tests/keys/ed25519-3.pub \
|
||||||
tests/keys/ed25519-3.sec \
|
tests/keys/ed25519-3.sec \
|
||||||
build-aux/config.rpath \
|
tests/keys/ed25519.pub \
|
||||||
bootstrap \
|
tests/keys/ed25519.sec \
|
||||||
doc/build.scm \
|
tests/keys/rsa.pub \
|
||||||
|
tests/keys/signing-key.pub \
|
||||||
|
tests/keys/signing-key.sec \
|
||||||
|
tests/test.drv \
|
||||||
$(TESTS)
|
$(TESTS)
|
||||||
|
|
||||||
if !BUILD_DAEMON_OFFLOAD
|
if !BUILD_DAEMON_OFFLOAD
|
||||||
|
|
Loading…
Reference in a new issue