Skip to content

Commit

Permalink
Rename output after build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed Jan 13, 2016
1 parent e2507a9 commit 6c20273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ task :index do
File.open('README.org', 'w') {|f| f.write(index) }
@logger.info("Rebuilt ORG index.")
dontbotherme("emacs --batch -l ~//.emacs.d/init.el --visit=README.org --funcall org-html-export-to-html")
FileUtils.move("README.html", "index.html")
@logger.info("Rebuilt HTML index. I'm done.")
end

Expand Down

0 comments on commit 6c20273

Please sign in to comment.