diff --git a/Makefile b/Makefile index a63e0eaa0..7d87ae494 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ www/news.html www/news-rss.xml: $(NEWSITEMS) $(NAVIGATION) echo " $${item}"; \ done; \ echo " "; \ - echo ""; } | \ + echo ""; } | tee /dev/stderr | \ $(PROCESSOR) -o $@ $(filter-out $(NEWSITEMS) $(NAVIGATION),$^) - www/%.html: content/%.xml $(STYLE) $(NAVIGATION) chaosupdates.rdf