diff options
author | Nick White <git@njw.me.uk> | 2010-04-09 16:26:39 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-09 16:26:39 +0100 |
commit | ff00b54db50ec038e0dde03c3df3da6ca469dfb9 (patch) | |
tree | 52df68e4c2184c8c378b6e66202b4c81f716e4f0 /Makefile | |
parent | 76b6f5e4339021ad8adb3cb934ec89e744f8c35f (diff) | |
download | njw-website-ff00b54db50ec038e0dde03c3df3da6ca469dfb9.tar.bz2 njw-website-ff00b54db50ec038e0dde03c3df3da6ca469dfb9.zip |
Added a simple personal foaf file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |