Fix repeated doc builds

This commit is contained in:
Julian Arni
2013-08-02 16:23:25 -04:00
parent 3d44c83fa7
commit 332703c856
2 changed files with 1 additions and 8 deletions

View File

@@ -13,11 +13,6 @@ task :builddocs, [:options] do |t, args|
path = "docs"
end
Dir.chdir(path) do
sh('make html')
end
path = "docs"
Dir.chdir(path) do
sh('make html')
end