Skip to content

Commit 533b94b

Browse files
committed
Makefile: remove docs dir
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 471b430 commit 533b94b

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
@@ -77,7 +77,7 @@ else
7777
cp -aL examples _output/share/lima/examples
7878
endif
7979
mkdir -p _output/share/doc/lima
80-
cp -aL *.md LICENSE docs _output/share/doc/lima
80+
cp -aL *.md LICENSE _output/share/doc/lima
8181
echo "Moved to https://github.com/lima-vm/.github/blob/main/SECURITY.md" >_output/share/doc/lima/SECURITY.md
8282
ifneq ($(GOOS),windows)
8383
ln -sf ../../lima/templates _output/share/doc/lima/templates

0 commit comments

Comments
 (0)