Add flash symlink in media

This commit is contained in:
David Bartley 2007-10-07 07:48:50 -04:00
parent 8f8354dd7c
commit 25a8222d37
1 changed files with 4 additions and 1 deletions

View File

@ -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