mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
teams: Add documentation team.
* etc/teams.scm (documentation): New team. Change-Id: I34d4ed9029f369ebf0d1f510cc0810baca2ced89
This commit is contained in:
parent
a47fe0fdc4
commit
54f6732e5d
1 changed files with 10 additions and 0 deletions
|
@ -434,6 +434,16 @@ (define-team core
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue