Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
Write index.html rather than integrity.html when generating html docu…
Browse files Browse the repository at this point in the history
…mentation
  • Loading branch information
p committed Mar 4, 2013
1 parent eae1782 commit 80a30a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -76,10 +76,10 @@ end
desc "Generate HTML documentation."
task :html => %w(
doc/build
doc/build/integrity.html
doc/build/index.html
)

file "doc/build/integrity.html" => ["doc/htmlize",
file "doc/build/index.html" => ["doc/htmlize",
"doc/integrity.txt",
"doc/integrity.css"] do |f|
sh "cat doc/integrity.txt | doc/htmlize > #{f.name}"
Expand Down

0 comments on commit 80a30a0

Please sign in to comment.