Skip to content

Commit 64619a0

Browse files
committed
fix: add missing man build
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent afb20ea commit 64619a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ parts:
3737
craftctl default
3838
cd $CRAFT_PART_SRC/docs
3939
make man
40+
mkdir -p $CRAFT_PART_INSTALL/share/man/man1
41+
cp -r $CRAFT_PART_SRC/docs/man/tldr.1 $CRAFT_PART_INSTALL/share/man/man1/tldr.1
4042
python-packages:
4143
- Sphinx
4244
- sphinx-argparse

0 commit comments

Comments
 (0)