summary refs log tree commit diff
path: root/trivium.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trivium.rb')
-rw-r--r--trivium.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/trivium.rb b/trivium.rb
index a3e740b..1ecccb8 100644
--- a/trivium.rb
+++ b/trivium.rb
@@ -164,9 +164,4 @@ dep "html/index.atom", "template/atom.ht", *d do |dst|
                            :entries => feed, :time => Time.now))
 end
 
-d = ENTRIES.map { |e| e[:file] }
-dep "html/all.html", "template/all.ht", *d do |dst|
-  File.write(dst, template("template/all.ht", :entries => ENTRIES))
-end
-
 system "rsync -r data/ html"