From 6c7bc22db400ae0499db4e32e16958e99496d2a2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 30 May 2022 14:37:56 -0300 Subject: Makefile: Add {docs,rg}.scm files, sort by name --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3f9834..a80a814 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,13 @@ TRANSLATIONS = pt fr eo es CONTRIBLANGS = guix-sources = \ - src/xyz/euandreh/queue.scm \ + src/xyz/euandreh/docs.scm \ src/xyz/euandreh/latest.scm \ src/xyz/euandreh/packages.scm \ + src/xyz/euandreh/pending.scm \ src/xyz/euandreh/posix.scm \ - src/xyz/euandreh/pending.scm + src/xyz/euandreh/queue.scm \ + src/xyz/euandreh/rg.scm \ all: for s in $(guix-sources); do guix build -Lsrc/ -K -f $$s || exit 1; done -- cgit v1.2.3