teams: Add documentation team.
* etc/teams.scm (documentation): New team. Change-Id: I34d4ed9029f369ebf0d1f510cc0810baca2ced89master
parent
a47fe0fdc4
commit
54f6732e5d
|
@ -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"
|
||||
|
|
Reference in New Issue