From e81e528835b229f805c0cfdae0731147471ae554 Mon Sep 17 00:00:00 2001 From: "kaf24@freefall.cl.cam.ac.uk" Date: Tue, 2 Nov 2004 17:57:41 +0000 Subject: bitkeeper revision 1.1159.1.338 (4187ca95yoh3y8SwBJw4uTmgIxLCTw) A new install script to install from the intermediate 'install' subdir. Also now a bit more careful in use of 'cp -a'. When installing to system-wide directories we probably do not want to preserve ownership of the random unprivileged user that originally built the binaries. The user who does the install (probably root) is the correct person to own the target files. --- docs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/Makefile') 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 $< $@ -- cgit v1.2.3