Skip to content

Commit

Permalink
Fix broken documentation generator.
Browse files Browse the repository at this point in the history
This wanted to copy the moon image which has been removed meanwhile.
Instead, use the cookie image now.
  • Loading branch information
Quintus committed Jun 19, 2015
1 parent ab03b37 commit 56b4163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsc/docs/scripting/gen_docs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tsc/docs/scripting/template.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ end
commit <a href="https://github.com/Quintus/SMC/commit/<%= `git rev-parse HEAD`.strip %>"><%= `git rev-parse --short HEAD`.strip %></a>
at <%= Time.now.strftime("%Y-%m-%d %H:%M (UTC%:::z)") %>
</p>
<p style="float: left"><img src="graphics/moon_1.png" style="width: 32px" alt="TSC moon" title="A clear night, isn’t it?"/></p>
<p style="float: left"><img src="graphics/cookie.png" style="width: 32px" alt="TSC moon" title="A clear night, isn’t it?"/></p>
<div style="clear: both"></div>
</div>
</body>
Expand Down

0 comments on commit 56b4163

Please sign in to comment.