From f711b172ee6b8de4a40c9d292f7bf0e4927d049a Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 7 May 2010 18:15:56 +0100 Subject: Be less stupid with bibtotxt --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5c8a01e..bc0a0e1 100644 --- a/Makefile +++ b/Makefile @@ -16,13 +16,13 @@ all: $(TARGETS) $(GZIP) $(TARGETS): includes/header.xml includes/footer.xml -$(RSS): $(PAGES) makerss.sh +$(RSS): $(PAGES) echo making $@ sh makerss.sh $(SITENAME) $(FOAF) $* > $@ -publications/index.txt: $(BIB) bibtotxt.sh +publications/index.txt: $(BIB) echo making $@ - sh bibtotxt.sh $(BIB) > $@ + sh bibtotxt.sh $< > $@ .txt.xml: echo making $@ -- cgit v1.2.3