Add more sed magic to makefiles.

This commit is contained in:
David Bartley 2007-08-12 18:26:10 -04:00
parent cbaf9ecc1d
commit 48f32dd1bd
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
INPUTS = index.xml old.xml
include ../default.mk
all:
sed -i 's| xmlns=""||' *.html

View File

@ -2,3 +2,6 @@ INPUTS = index.xml
SUBDIRS =
include ../default.mk
all:
sed -i 's| xmlns=""||' *.html

View File

@ -1,3 +1,6 @@
INPUTS = index.xml
include ../default.mk
all:
sed -i 's| xmlns=""||' *.html