summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-11 00:53:51 +0100
committerNick White <git@njw.me.uk>2010-04-11 00:53:51 +0100
commite3d41fb34136195c15c4b89a0830e6079ad136b4 (patch)
tree071ad31a736b3680b97ee4d3e1c18940e72b90be /Makefile
parent3435faa2756cd10697ddc69fcda84a0343093d2d (diff)
downloadnjw-website-e3d41fb34136195c15c4b89a0830e6079ad136b4.tar.bz2
njw-website-e3d41fb34136195c15c4b89a0830e6079ad136b4.zip
Another day, another serialisation: Turtle
Switch to turtle for rdf serialisation, fix rss output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)