summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-05-01 22:31:13 +0200
committerLudovic Courtès <ludo@gnu.org>2024-05-01 22:31:13 +0200
commit54f6732e5dfa52e5a696492122ee0b521a6c5548 (patch)
tree22f5b27b20e5aa5b0d6f819b9d17bbf98d4072ab
parenta47fe0fdc4b13c850da29c0e11ab63d2041534c1 (diff)
downloadguix-54f6732e5dfa52e5a696492122ee0b521a6c5548.tar.gz
teams: Add documentation team.
* etc/teams.scm (documentation): New team.

Change-Id: I34d4ed9029f369ebf0d1f510cc0810baca2ced89
-rwxr-xr-xetc/teams.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/teams.scm b/etc/teams.scm
index d537e83efc..4d65a5476e 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -434,6 +434,16 @@ asdf-build-system."
               (make-regexp* "^guix/scripts/")
               (make-regexp* "^guix/store/"))))
 
+(define-team documentation
+  (team 'documentation
+        #:name "Documentation"
+        #:description "Documentation: the manual and cookbook."
+        #:scope (list (make-regexp* "\\.texi$")
+                      "doc/build.scm"
+                      "gnu/system/examples/bare-bones.tmpl"
+                      "gnu/system/examples/lightweight-desktop.tmpl"
+                      "gnu/system/examples/desktop.tmpl")))
+
 (define-team core-packages
   (team 'core-packages
         #:name "Core packages"