From: Leandro Lucarella Date: Mon, 11 Oct 2010 03:41:54 +0000 (-0300) Subject: Eliminar índice X-Git-Tag: entrega-2010-10-14~14 X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/commitdiff_plain/be3f0d3da074ebb18d99031d965e2b00e251d071 Eliminar índice --- diff --git a/Makefile b/Makefile index 4f9c390..5613fcb 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ latex: $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex @sed -i 's/\\chapter{Glosario}/\\chapter*{Glosario}\n\\addcontentsline{toc}{chapter}{Glosario}/' build/latex/tesis.tex @sed -i 's/, \\py@release//' build/latex/sphinx.sty + @sed -i '/-makeindex/d' build/latex/Makefile @cp manual.cls build/latex/ @echo @echo "Build finished; the LaTeX files are in build/latex."