summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-04-09 16:26:39 +0100
committerNick White <git@njw.me.uk>2010-04-09 16:26:39 +0100
commitff00b54db50ec038e0dde03c3df3da6ca469dfb9 (patch)
tree52df68e4c2184c8c378b6e66202b4c81f716e4f0 /Makefile
parent76b6f5e4339021ad8adb3cb934ec89e744f8c35f (diff)
downloadnjw-website-ff00b54db50ec038e0dde03c3df3da6ca469dfb9.tar.bz2
njw-website-ff00b54db50ec038e0dde03c3df3da6ca469dfb9.zip
Added a simple personal foaf file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71cf825..5c45561 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ MARKDOWN=smu
RSS=rss.rdf
PAGES=$(shell find . -name '*.txt' ! -name 'robots.txt' ! -name $(RSS))
-EXTRAS=$(shell find . -name '*.css')
+EXTRAS=$(shell find . -name '*.css') foaf.n3
TARGETS=$(PAGES:.txt=.xml) $(RSS)
GZIP=$(PAGES:=.gz) $(TARGETS:=.gz) $(EXTRAS:=.gz)