diff options
author | Nick White <git@njw.me.uk> | 2010-05-07 18:15:56 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-07 18:15:56 +0100 |
commit | f711b172ee6b8de4a40c9d292f7bf0e4927d049a (patch) | |
tree | 245979e189c867b1d8fc8f9adc035b0d3b4632c3 /Makefile | |
parent | da14c926936da061be35db3f350afcded7a7f657 (diff) | |
download | njw-website-f711b172ee6b8de4a40c9d292f7bf0e4927d049a.tar.bz2 njw-website-f711b172ee6b8de4a40c9d292f7bf0e4927d049a.zip |
Be less stupid with bibtotxt
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 $@ |