We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2c23b commit ea3c849Copy full SHA for ea3c849
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: fa718dcebf4d4748eb640f2530dc1b9725263f89
+refs/heads/master: c1bf17ed4ffad32e8ea9020e764814cfa021a04a
trunk/mk/docs.mk
@@ -47,7 +47,7 @@ ifdef CFG_NODE
47
doc/tutorial/web/index.html: \
48
$(wildcard $(S)doc/tutorial/*.md)
49
@$(call E, cp: $@)
50
- $(Q)cp -arv $(S)doc/tutorial doc/
+ $(Q)cp -a $(S)doc/tutorial doc/
51
@$(call E, node: build.js)
52
$(Q)cd doc/tutorial && $(CFG_NODE) build.js
53
0 commit comments