summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)