From ff9864ab6fd9df4f20a6f05610488b7a6cd839f5 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 7 May 2010 18:28:42 +0100 Subject: Clean up makefile --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bc0a0e1..67ce05b 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,12 @@ MD=smu RSS=index.ttl BIB=publications/index.ttl -PAGES=$(shell find . -name '*.txt' ! -name 'robots.txt' ! -name $(RSS)) +BIBTXT=publications/index.txt +PAGES=$(shell find . -name '*.txt' ! -name 'robots.txt' ! -name $(RSS)) $(BIBTXT) PUBS=$(shell find ./publications/ -name '*.txt' ! -name 'index.*') EXTRAS=$(shell find . -name '*.css') card.ttl -TARGETS=$(PAGES:.txt=.xml) $(RSS) # $(PUBS:.txt=.pdf) -GZIP=$(PAGES:=.gz) $(TARGETS:=.gz) $(EXTRAS:=.gz) +TARGETS=$(PAGES:.txt=.xml) $(RSS) $(BIBTXT) +GZIP=$(PAGES:=.gz) $(TARGETS:=.gz) $(EXTRAS:=.gz) $(BIB:=.gz) all: $(TARGETS) $(GZIP) -- cgit v1.2.3