Skip to content

Commit 8f2bee2

Browse files
committed
mk: Fix a dist bug
Fallout from moving doc/ to src/doc
1 parent 9cd96e4 commit 8f2bee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dist.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ PKG_FILES := \
2424
$(S)RELEASES.txt \
2525
$(S)configure $(S)Makefile.in \
2626
$(S)man \
27-
$(S)doc \
2827
$(addprefix $(S)src/, \
2928
README.md \
3029
compiletest \
30+
doc \
3131
driver \
3232
etc \
3333
$(foreach crate,$(CRATES),lib$(crate)) \

0 commit comments

Comments
 (0)