summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-02-09 13:09:24 +0100
committerJens Georg <mail@jensge.org>2014-02-09 13:10:08 +0100
commitf0ae3f0b6fab7fc962a0feb86ed6b46249a1f047 (patch)
tree74f3ea6de9a3652ef3adf425adbf1596156f2c60 /doc
parentd276d78d27b861b0a18cdd43e247ca19a3057836 (diff)
downloadrygel-f0ae3f0b6fab7fc962a0feb86ed6b46249a1f047.tar.gz
build: Replace non-portable cp -d
Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=722527
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/doc-build.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/doc-build.am b/doc/reference/doc-build.am
index 0bae4eb2..ab95f1d5 100644
--- a/doc/reference/doc-build.am
+++ b/doc/reference/doc-build.am
@@ -66,7 +66,7 @@ all: valadoc-gen gtkdoc-gen
# The chmod corrects the directory permissions so that distcheck can remove the installed files.
install-data-hook: gtkdoc/html/index.html
$(MKDIR_P) $(RYGEL_GTKDOC_INSTALL_DIR)
- cp -d -R $(srcdir)/gtkdoc/html/* $(RYGEL_GTKDOC_INSTALL_DIR)
+ cp -p -R $(srcdir)/gtkdoc/html/* $(RYGEL_GTKDOC_INSTALL_DIR)
chmod -R u+w $(RYGEL_GTKDOC_INSTALL_DIR)
else