From 0d57bf7780e7dcf978193c80db1282a68113728a Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 16 Jun 2010 12:19:32 +0100 Subject: Move publications to pubs --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67ce05b..f176449 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ FOAF=http://njw.me.uk/card\#i MD=smu RSS=index.ttl -BIB=publications/index.ttl -BIBTXT=publications/index.txt +BIB=pubs/index.ttl +BIBTXT=pubs/index.txt PAGES=$(shell find . -name '*.txt' ! -name 'robots.txt' ! -name $(RSS)) $(BIBTXT) -PUBS=$(shell find ./publications/ -name '*.txt' ! -name 'index.*') +PUBS=$(shell find ./pubs/ -name '*.txt' ! -name 'index.*') EXTRAS=$(shell find . -name '*.css') card.ttl TARGETS=$(PAGES:.txt=.xml) $(RSS) $(BIBTXT) GZIP=$(PAGES:=.gz) $(TARGETS:=.gz) $(EXTRAS:=.gz) $(BIB:=.gz) @@ -21,7 +21,7 @@ $(RSS): $(PAGES) echo making $@ sh makerss.sh $(SITENAME) $(FOAF) $* > $@ -publications/index.txt: $(BIB) +pubs/index.txt: $(BIB) echo making $@ sh bibtotxt.sh $< > $@ -- cgit v1.2.3