soju: install sojuctl manpage
This commit is contained in:
parent
1b2d72a552
commit
dd7e31dd84
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ buildGoModule rec {
|
|||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
postBuild = ''
|
||||
make doc/soju.1
|
||||
make doc/soju.1 doc/sojuctl.1
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
installManPage doc/soju.1
|
||||
installManPage doc/soju.1 doc/sojuctl.1
|
||||
'';
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue