From 3930c24e40e2c35b182c6641a7aa103fc3bb29f6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 1 Nov 2015 19:06:09 -0200 Subject: Separa ementa do índice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 85b297c..d9eaaa0 100644 --- a/Makefile +++ b/Makefile @@ -161,9 +161,9 @@ 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 + @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 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