Skip to content

Commit

Permalink
Merge pull request #573 from kmuto/remove_inaobuilder
Browse files Browse the repository at this point in the history
remove obsolete inaobuilder. (upstream changed their mind to use modified Markdown)
  • Loading branch information
takahashim committed Apr 20, 2016
2 parents e8f1353 + 3b1005c commit f95a830
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 601 deletions.
355 changes: 0 additions & 355 deletions lib/review/inaobuilder.rb

This file was deleted.

2 changes: 1 addition & 1 deletion test/sample-book/src/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CONFIG_FILE = "config.yml"
def build(mode, chapter)
sh "review-compile --target=#{mode} --footnotetext --stylesheet=style.css #{chapter} > tmp"
mode_ext = {"html" => "html", "latex" => "tex",
"idgxml" => "xml", "inao" => "inao"}
"idgxml" => "xml"}
FileUtils.mv "tmp", chapter.gsub(/re\z/, mode_ext[mode])
end

Expand Down
Loading

0 comments on commit f95a830

Please sign in to comment.