X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/be3f0d3da074ebb18d99031d965e2b00e251d071..3aaaed7baa723e5d9b9b700fd191c2e08d8d8521:/Makefile diff --git a/Makefile b/Makefile index 5613fcb..df88770 100644 --- a/Makefile +++ b/Makefile @@ -24,9 +24,11 @@ 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" \