pandoc: add man as input
This commit is contained in:
parent
408efd069f
commit
73bcccafa9
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ in {
|
||||||
(lib.fileContents <assets/etc-info/restic.sh>))
|
(lib.fileContents <assets/etc-info/restic.sh>))
|
||||||
|
|
||||||
] ++ (lib.crossLists pandocScript [
|
] ++ (lib.crossLists pandocScript [
|
||||||
[ "markdown" "mediawiki" ]
|
[ "man" "markdown" "mediawiki" ]
|
||||||
[ "mediawiki" "docbook5" "html5" "man" ]
|
[ "mediawiki" "docbook5" "html5" "man" ]
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue