|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] docs: make .txt files over-writable when building from r/o sources
commit fb33b2bd7fda7b183a6bf07995c0ff476b676414
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Fri Aug 1 16:28:48 2014 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Fri Aug 1 16:28:48 2014 +0200
docs: make .txt files over-writable when building from r/o sources
Otherwise an incremental build will fail to overwrite the destination
files.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
docs/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/Makefile b/docs/Makefile
index 46e8f22..2c0903b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -124,7 +124,7 @@ endif
html/%.txt: %.txt
$(INSTALL_DIR) $(@D)
- cp $< $@
+ $(INSTALL_DATA) $< $@
html/man/%.1.html: man/%.pod.1 Makefile
$(INSTALL_DIR) $(@D)
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |