From 25a8222d37a3f55416fb71630979d07112f0e73f Mon Sep 17 00:00:00 2001 From: David Bartley Date: Sun, 7 Oct 2007 07:48:50 -0400 Subject: [PATCH] Add flash symlink in media --- media/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media/Makefile b/media/Makefile index 03fbd24..3e5bc49 100644 --- a/media/Makefile +++ b/media/Makefile @@ -1,6 +1,9 @@ -FILES = index.html +FILES = index.html flash RELDIR = media/ include ../common.mk +$(OUTDIR)flash: + ln -s ../flash $(OUTDIR)flash + build: sed -i 's| xmlns=""||' $(OUTDIR)*.html