From e3d41fb34136195c15c4b89a0830e6079ad136b4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 11 Apr 2010 00:53:51 +0100 Subject: Another day, another serialisation: Turtle Switch to turtle for rdf serialisation, fix rss output --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bacd289..f284d8c 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ SITENAME=http://njw.me.uk FOAF=http://njw.me.uk/foaf\#i MARKDOWN=smu -RSS=rss.n3 +RSS=index.ttl PAGES=$(shell find . -name '*.txt' ! -name 'robots.txt' ! -name $(RSS)) -EXTRAS=$(shell find . -name '*.css') foaf.n3 +EXTRAS=$(shell find . -name '*.css') card.ttl TARGETS=$(PAGES:.txt=.xml) $(RSS) GZIP=$(PAGES:=.gz) $(TARGETS:=.gz) $(EXTRAS:=.gz) -- cgit v1.2.3