Skip to content

Commit d619d38

Browse files
committed
Makefile: fix doc installation
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 735a9d7 commit d619d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ binaries: clean \
2525
_output/share/lima/lima-guestagent.Linux-aarch64
2626
cp -aL examples _output/share/lima
2727
mkdir -p _output/share/doc/lima
28-
cp -aL README.md LICENSE docs _output/share/doc/lima
28+
cp -aL *.md LICENSE docs _output/share/doc/lima
2929
ln -sf ../../lima/examples _output/share/doc/lima
3030
echo $(VERSION) > _output/share/doc/lima/VERSION
3131

0 commit comments

Comments
 (0)