From ff00b54db50ec038e0dde03c3df3da6ca469dfb9 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 9 Apr 2010 16:26:39 +0100 Subject: Added a simple personal foaf file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3