aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile
index ed7a1d3575..528c4f53f2 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -23,9 +23,9 @@ clean:
install: all
mkdir -p $(prefix)/usr/share/doc/xen
- cp -a ps $(prefix)/usr/share/doc/xen
- cp -a pdf $(prefix)/usr/share/doc/xen
- cp -a html $(prefix)/usr/share/doc/xen
+ cp -dR ps $(prefix)/usr/share/doc/xen
+ cp -dR pdf $(prefix)/usr/share/doc/xen
+ cp -dR html $(prefix)/usr/share/doc/xen
pdf/%.pdf: ps/%.ps
mkdir -p pdf ; ps2pdf $< $@