From 3fac7a9c140841e1af4b20723a072a3ad46391c9 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 19 Feb 2002 16:47:22 +0000 Subject: modified to handle ads --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89d527bed..c8d5b8073 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ UPLOAD_SPARC_DEST = /mnt/BIG/distrib/sparc .PHONY: dirs perl-install $(FLOPPY_IMG) install install: all.modules build rescue - for i in images misc Mandrake Mandrake/base; do install -d $(ROOTDEST)/$$i ; done + for i in images misc Mandrake Mandrake/base Mandrake/share/advertising; do install -d $(ROOTDEST)/$$i ; done ifneq (ppc,$(ARCH)) for i in $(FRELEASE_BOOT_IMG); do cp -f $${i}* $(ROOTDEST)/images; done endif @@ -60,6 +60,10 @@ endif install live_update $(ROOTDEST)/live_update make -C perl-install full_stage2 + make install-ads + +install-ads: + make -C perl-install/share/advertising install build: $(FBOOT_RDZ) $(FBOOT_IMG) -- cgit v1.2.1