From 0b310ef91ce5f12eb95b472665f915c7ee87f133 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 11 Oct 2010 00:41:43 -0300 Subject: [PATCH] =?utf8?q?Hacer=20que=20no=20aparezca=20Release=20en=20la?= =?utf8?q?=20cabecera=20de=20p=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ad9fbe6..4f9c390 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ clean: 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 @cp manual.cls build/latex/ @echo @echo "Build finished; the LaTeX files are in build/latex." -- 2.43.0