cp -a only.

This commit is contained in:
Graydon Hoare 2012-01-17 15:47:20 -08:00
parent fa718dcebf
commit c1bf17ed4f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ifdef CFG_NODE
doc/tutorial/web/index.html: \
$(wildcard $(S)doc/tutorial/*.md)
@$(call E, cp: $@)
$(Q)cp -arv $(S)doc/tutorial doc/
$(Q)cp -a $(S)doc/tutorial doc/
@$(call E, node: build.js)
$(Q)cd doc/tutorial && $(CFG_NODE) build.js