diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-10 02:06:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-10 02:06:54 -0200 |
commit | adf8498e2a624c1d5bd86ed459a1a1d7efeadb85 (patch) | |
tree | b17e192caf7165a3ef562d0d044073751ec2c508 /Makefile | |
parent | 6d994419c4e38d1f61bf7683d7bf23b616e97e7b (diff) | |
download | boaspraticas-adf8498e2a624c1d5bd86ed459a1a1d7efeadb85.tar.gz boaspraticas-adf8498e2a624c1d5bd86ed459a1a1d7efeadb85.tar.bz2 |
Define projeto de exemplo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -164,3 +164,5 @@ doc: web @pandoc ementa.rst -o _build/pdf/ementa.pdf @pandoc ementa.rst -o _build/odt/ementa.odt @pandoc ementa.rst -o _build/docx/ementa.docx + +publish: web web_deploy |