diff options
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 $@ |