mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Register missing files.
* Makefile.am (SCM_TESTS): Add tests/hexpm.scm, tests/ipfs.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/tests/lightdm.scm, gnu/tests/sddm.scm. * po/doc/local.mk (EXTRA_DIST): Add po/doc/po4a.cfg. Change-Id: I05da61e50e2311edad50c8c7eb7850b9e9496f2a
This commit is contained in:
parent
cf307632b1
commit
c4fcf8fb62
3 changed files with 5 additions and 0 deletions
|
@ -562,6 +562,7 @@ SCM_TESTS = \
|
||||||
tests/graph.scm \
|
tests/graph.scm \
|
||||||
tests/gremlin.scm \
|
tests/gremlin.scm \
|
||||||
tests/hackage.scm \
|
tests/hackage.scm \
|
||||||
|
tests/hexpm.scm \
|
||||||
tests/home-import.scm \
|
tests/home-import.scm \
|
||||||
tests/home-services.scm \
|
tests/home-services.scm \
|
||||||
tests/http-client.scm \
|
tests/http-client.scm \
|
||||||
|
@ -569,6 +570,7 @@ SCM_TESTS = \
|
||||||
tests/import-github.scm \
|
tests/import-github.scm \
|
||||||
tests/import-utils.scm \
|
tests/import-utils.scm \
|
||||||
tests/inferior.scm \
|
tests/inferior.scm \
|
||||||
|
tests/ipfs.scm \
|
||||||
tests/lint.scm \
|
tests/lint.scm \
|
||||||
tests/machine/hetzner.scm \
|
tests/machine/hetzner.scm \
|
||||||
tests/machine/hetzner/http.scm \
|
tests/machine/hetzner/http.scm \
|
||||||
|
|
|
@ -858,6 +858,7 @@ GNU_SYSTEM_MODULES = \
|
||||||
%D%/tests/image.scm \
|
%D%/tests/image.scm \
|
||||||
%D%/tests/install.scm \
|
%D%/tests/install.scm \
|
||||||
%D%/tests/ldap.scm \
|
%D%/tests/ldap.scm \
|
||||||
|
%D%/tests/lightdm.scm \
|
||||||
%D%/tests/linux-modules.scm \
|
%D%/tests/linux-modules.scm \
|
||||||
%D%/tests/mail.scm \
|
%D%/tests/mail.scm \
|
||||||
%D%/tests/messaging.scm \
|
%D%/tests/messaging.scm \
|
||||||
|
@ -867,6 +868,7 @@ GNU_SYSTEM_MODULES = \
|
||||||
%D%/tests/reconfigure.scm \
|
%D%/tests/reconfigure.scm \
|
||||||
%D%/tests/rsync.scm \
|
%D%/tests/rsync.scm \
|
||||||
%D%/tests/samba.scm \
|
%D%/tests/samba.scm \
|
||||||
|
%D%/tests/sddm.scm \
|
||||||
%D%/tests/security.scm \
|
%D%/tests/security.scm \
|
||||||
%D%/tests/security-token.scm \
|
%D%/tests/security-token.scm \
|
||||||
%D%/tests/shadow.scm \
|
%D%/tests/shadow.scm \
|
||||||
|
|
|
@ -36,6 +36,7 @@ DOC_COOKBOOK_PO_FILES = \
|
||||||
%D%/guix-cookbook.sv.po
|
%D%/guix-cookbook.sv.po
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
%D%/po4a.cfg \
|
||||||
%D%/guix-manual.pot \
|
%D%/guix-manual.pot \
|
||||||
%D%/guix-cookbook.pot \
|
%D%/guix-cookbook.pot \
|
||||||
$(DOC_PO_FILES) \
|
$(DOC_PO_FILES) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue