forked from NotAShelf/beer
doc: generate manpages with scdoc
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I76a1ac451259af5b4eb86a609b367ca36a6a6964
This commit is contained in:
parent
0ecda1b5ce
commit
206449a95d
4 changed files with 219 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
cargo-deny,
|
||||
pkg-config,
|
||||
ncurses,
|
||||
scdoc,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
wayland-scanner,
|
||||
|
|
@ -31,6 +32,7 @@ mkShell {
|
|||
cargo-deny
|
||||
pkg-config
|
||||
ncurses # tic, to compile the terminfo entry
|
||||
scdoc # generate man pages from doc/*.scd
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue