From: Jan Beulich Date: Fri, 1 Aug 2014 14:28:48 +0000 (+0200) Subject: docs: make .txt files over-writable when building from r/o sources X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4572 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb33b2bd7fda7b183a6bf07995c0ff476b676414;p=xen.git 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 Reviewed-by: Andrew Cooper --- diff --git a/docs/Makefile b/docs/Makefile index 46e8f2264a..2c0903b10a 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)