Add more sed magic to makefiles.

foo
David Bartley 16 years ago
parent cbaf9ecc1d
commit 48f32dd1bd
  1. 3
      events/Makefile
  2. 3
      media/Makefile
  3. 3
      news/Makefile

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

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

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

Loading…
Cancel
Save