summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $@