]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - Makefile
Mencionar ionice(1) en la metodología de pruebas
[z.facultad/75.00/informe.git] / Makefile
index 77af66342d078aa833eb21bf84f7eabd6c75c2b9..df88770bffa77a638a95782f360d62845ee7be51 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,12 @@ 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/^\\usepackage{sphinx}$$/\\usepackage[final]{varioref} \\usepackage{sphinx}/' 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/
+       @./bibsort.py
        @echo
        @echo "Build finished; the LaTeX files are in build/latex."
        @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \