summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-05-07 18:15:56 +0100
committerNick White <git@njw.me.uk>2010-05-07 18:15:56 +0100
commitf711b172ee6b8de4a40c9d292f7bf0e4927d049a (patch)
tree245979e189c867b1d8fc8f9adc035b0d3b4632c3 /Makefile
parentda14c926936da061be35db3f350afcded7a7f657 (diff)
downloadnjw-website-f711b172ee6b8de4a40c9d292f7bf0e4927d049a.tar.bz2
njw-website-f711b172ee6b8de4a40c9d292f7bf0e4927d049a.zip
Be less stupid with bibtotxt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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 $@