Skip to content

Commit

Permalink
Merge pull request #73 from metanorma/output_dir_option
Browse files Browse the repository at this point in the history
Add `--output-dir` functionality
  • Loading branch information
opoudjis authored Jul 10, 2020
2 parents 8552b29 + 688c584 commit 3e1807a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/metanorma/iec/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ def version
"Metanorma::Iec #{Metanorma::Iec::VERSION}"
end

def input_to_isodoc(file, filename)
Metanorma::Input::Asciidoc.new.process(file, filename, @asciidoctor_backend)
end

def output(isodoc_node, inname, outname, format, options={})
case format
when :html
Expand Down

0 comments on commit 3e1807a

Please sign in to comment.