diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-01 18:42:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-01 18:42:33 -0200 |
commit | ebdbca5a6eff264c4f2c19a924b1271ef13ae6bf (patch) | |
tree | dcce891fbb6919ffe77c3f76270dee71b9993a9c | |
parent | d217e5d2a9c32eafea769c5d401f1916387b341c (diff) | |
download | boaspraticas-ebdbca5a6eff264c4f2c19a924b1271ef13ae6bf.tar.gz boaspraticas-ebdbca5a6eff264c4f2c19a924b1271ef13ae6bf.tar.bz2 |
Outras saídas para a documentação
-rw-r--r-- | Makefile | 11 | ||||
-rw-r--r-- | conf.py | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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 @@ -54,7 +54,7 @@ release = '0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -#language = None +language = 'pt_BR' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: |