diff --git a/render.bat b/render.bat new file mode 100644 index 0000000..5361ba4 --- /dev/null +++ b/render.bat @@ -0,0 +1,3 @@ +mkdir tmp +ruby lovedoctor.rb book/html.adoc -o public/index.html +ruby lovedoctor.rb book/pdf.adoc -o public/love2D-book.pdf -b pdf \ No newline at end of file