From ebdbca5a6eff264c4f2c19a924b1271ef13ae6bf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 1 Nov 2015 18:42:33 -0200 Subject: Outras saídas para a documentação MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2cabf43..85b297c 100644 --- a/Makefile +++ b/Makefile @@ -156,3 +156,14 @@ web: html web_deploy: @rsync -avz --delete _build/html/ boaspraticas:/var/sites/boaspraticas/www/ + +doc: web + @mkdir -p _build/pdf + @mkdir -p _build/odt + @mkdir -p _build/docx + @pandoc index.rst -o _build/pdf/ementa.pdf + @pandoc index.rst -o _build/odt/ementa.odt + @pandoc index.rst -o _build/docx/ementa.docx + @pandoc plano.rst -o _build/pdf/plano.pdf + @pandoc plano.rst -o _build/odt/plano.odt + @pandoc plano.rst -o _build/docx/plano.docx -- cgit v1.2.3