diff options
author | Nick White <git@njw.me.uk> | 2010-04-11 00:53:51 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-11 00:53:51 +0100 |
commit | e3d41fb34136195c15c4b89a0830e6079ad136b4 (patch) | |
tree | 071ad31a736b3680b97ee4d3e1c18940e72b90be /Makefile | |
parent | 3435faa2756cd10697ddc69fcda84a0343093d2d (diff) | |
download | njw-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |