diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-01 19:06:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-01 19:06:09 -0200 |
commit | 3930c24e40e2c35b182c6641a7aa103fc3bb29f6 (patch) | |
tree | 84193ff0369670e1db41aea39977b5ab7061c3e6 /Makefile | |
parent | 5dfa72778db3fa3d3cf3d7bf7b06c92f9630c3f7 (diff) | |
download | boaspraticas-3930c24e40e2c35b182c6641a7aa103fc3bb29f6.tar.gz boaspraticas-3930c24e40e2c35b182c6641a7aa103fc3bb29f6.tar.bz2 |
Separa ementa do índice
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |