From dfa3147afebc0a18deca389eb5fa0a294131243e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 6 Nov 2015 20:18:35 -0200 Subject: Pequenas mudanças MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18bb3d5..9b526a5 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,6 @@ doc: web @mkdir -p _build/pdf @mkdir -p _build/odt @mkdir -p _build/docx - #@pandoc ementa.rst -o _build/pdf/ementa.pdf - #@pandoc ementa.rst -o _build/odt/ementa.odt - #@pandoc ementa.rst -o _build/docx/ementa.docx + @pandoc ementa.rst -o _build/pdf/ementa.pdf + @pandoc ementa.rst -o _build/odt/ementa.odt + @pandoc ementa.rst -o _build/docx/ementa.docx -- cgit v1.2.3