From 56b416380393a17e500b49cc8ee10664af53e985 Mon Sep 17 00:00:00 2001
From: Quintus
Date: Fri, 19 Jun 2015 18:53:21 +0200
Subject: [PATCH] Fix broken documentation generator.
This wanted to copy the moon image which has been removed meanwhile.
Instead, use the cookie image now.
---
tsc/docs/scripting/gen_docs.rb | 2 +-
tsc/docs/scripting/template.html.erb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tsc/docs/scripting/gen_docs.rb b/tsc/docs/scripting/gen_docs.rb
index a438073f3..9c78d2d2b 100755
--- a/tsc/docs/scripting/gen_docs.rb
+++ b/tsc/docs/scripting/gen_docs.rb
@@ -332,7 +332,7 @@ def kramdown(str)
puts "Done."
print "Copying graphics... "
- cp this_dir + "../../data/pixmaps/game/items/moon_1.png", target_dir + "graphics"
+ cp this_dir + "../../data/pixmaps/game/items/cookie.png", target_dir + "graphics"
cp this_dir + "../../data/pixmaps/enemy/furball/brown/turn.png", target_dir + "graphics/furball.png"
cp this_dir + "../../data/pixmaps/enemy/eato/brown/3.png", target_dir + "graphics/eato.png"
cp this_dir + "../../data/pixmaps/enemy/flyon/orange/open_1.png", target_dir + "graphics/flyon.png"
diff --git a/tsc/docs/scripting/template.html.erb b/tsc/docs/scripting/template.html.erb
index feeb20a9c..bdfcf135b 100644
--- a/tsc/docs/scripting/template.html.erb
+++ b/tsc/docs/scripting/template.html.erb
@@ -32,7 +32,7 @@ end
commit <%= `git rev-parse --short HEAD`.strip %>
at <%= Time.now.strftime("%Y-%m-%d %H:%M (UTC%:::z)") %>
-
+