diff options
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) |