From 6311dc03dac464cba03979b6b4eba804b0bb0613 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 15:57:05 +0100 Subject: Clean up duplication of 'install' macros in the Makefiles. Signed-off-by: John Levon --- docs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 59e9fa69d7..0432855384 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,8 +1,9 @@ #!/usr/bin/make -f +XEN_ROOT=.. +include $(XEN_ROOT)/Config.mk + VERSION = xen-unstable -INSTALL = install -INSTALL_DIR = $(INSTALL) -d -m0755 PS2PDF := ps2pdf DVIPS := dvips -- cgit v1.2.3