From a888e49311cb1a14799b9534cc183c5af2d25bc2 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 9 Apr 2010 16:27:54 +0100 Subject: Switch to n3 for rss format --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c45561..bacd289 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ # See COPYING file for copyright, license and warranty details. -SITENAME=njw.me.uk +SITENAME=http://njw.me.uk +FOAF=http://njw.me.uk/foaf\#i MARKDOWN=smu -RSS=rss.rdf +RSS=rss.n3 PAGES=$(shell find . -name '*.txt' ! -name 'robots.txt' ! -name $(RSS)) EXTRAS=$(shell find . -name '*.css') foaf.n3 TARGETS=$(PAGES:.txt=.xml) $(RSS) @@ -13,9 +14,9 @@ all: $(TARGETS) $(GZIP) $(TARGETS): includes/header.xml includes/footer.xml -$(RSS): $(PAGES) +$(RSS): $(PAGES) makerss.sh @echo making $@ - @sh makerss.sh $(SITENAME) $* > $@ + @sh makerss.sh $(SITENAME) $(FOAF) $* > $@ index.xml: index.txt includes/header-index.xml includes/footer.xml @echo making $@ @@ -30,7 +31,7 @@ index.xml: index.txt includes/header-index.xml includes/footer.xml @sed "s/MODDATE/`ls -lc $<|awk '{print $$6}'`/" < includes/footer.xml >> $@ # bug: if any target changes, all are recompressed -$(GZIP): $(TARGETS) +$(GZIP): $(TARGETS) $(EXTRAS) @echo compressing $* @gzip < $* >> $@ -- cgit v1.2.3