Weave.jl/doc/make_examples.jl

22 lines
840 B
Julia
Raw Normal View History

using Weave
2016-12-15 20:08:49 +01:00
weave("../examples/gadfly_md_sample.jmd",
informat="markdown", out_path = "build/examples", doctype = "pandoc")
2016-12-15 20:08:49 +01:00
weave("../examples/gadfly_md_sample.jmd",
informat="markdown", out_path = "build/examples", doctype = "md2html")
2016-12-15 20:08:49 +01:00
weave("../examples/gadfly_md_sample.jmd",
informat="markdown", out_path = "build/examples", doctype = "md2pdf")
2016-12-15 20:08:49 +01:00
cp("../examples/gadfly_md_sample.jmd",
"build/examples/gadfly_md_sample.jmd", remove_destination = true)
cp("build/examples/gadfly_md_sample.md",
"build/examples/gadfly_md_sample.txt", remove_destination = true)
2016-04-22 14:04:15 +02:00
2016-12-15 20:08:49 +01:00
weave("../examples/FIR_design.jl", out_path = "build/examples")
weave("../examples/FIR_design.jl", doctype = "md2pdf", out_path = "build/examples")
cp("../examples/FIR_design.jl",
2016-04-22 14:04:15 +02:00
"build/examples/FIR_design.jl", remove_destination = true)