Skip to content

Commit 2178a05

Browse files
committed
Makefile: include docs and examples
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 296a0aa commit 2178a05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ binaries: \
1919
_output/bin/nerdctl.lima \
2020
_output/share/lima/lima-guestagent.Linux-x86_64 \
2121
_output/share/lima/lima-guestagent.Linux-aarch64
22+
mkdir -p _output/share/doc/lima
23+
cp -aL README.md LICENSE docs examples _output/share/doc/lima
24+
echo $(VERSION) > _output/share/doc/lima/VERSION
2225

2326
.PHONY: _output/bin/lima
2427
_output/bin/lima:

0 commit comments

Comments
 (0)