From 00845cbcb1cb08e05cd3aee53d19970c2f3c276b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 17 Oct 2022 22:47:21 -0300 Subject: Makefile: Unregister removed scheme files --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index a21bd85..7403407 100644 --- a/Makefile +++ b/Makefile @@ -6,13 +6,10 @@ TRANSLATIONS = pt fr eo es CONTRIBLANGS = guix-sources = \ - src/xyz/euandreh/docs.scm \ src/xyz/euandreh/latest.scm \ src/xyz/euandreh/packages.scm \ src/xyz/euandreh/pending.scm \ - src/xyz/euandreh/perl.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