old-website/news/Makefile

9 lines
137 B
Makefile

FILES = index.html
RELDIR = news/
include ../common.mk
build:
sed -i 's| xmlns=""||' $(OUTDIR)*.html
$(OUTDIR)index.html: ../news.xml