Skip to content

Commit c1bf17e

Browse files
committed
cp -a only.
1 parent fa718dc commit c1bf17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ifdef CFG_NODE
4747
doc/tutorial/web/index.html: \
4848
$(wildcard $(S)doc/tutorial/*.md)
4949
@$(call E, cp: $@)
50-
$(Q)cp -arv $(S)doc/tutorial doc/
50+
$(Q)cp -a $(S)doc/tutorial doc/
5151
@$(call E, node: build.js)
5252
$(Q)cd doc/tutorial && $(CFG_NODE) build.js
5353

0 commit comments

Comments
 (0)