]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - Makefile
Agregar lista preliminar de trabajos relacionados y futuros
[z.facultad/75.00/informe.git] / Makefile
index 32aed02134ca2fa94f3a1ea5def68530377c1ab9..0a499406d931e2fb1f4b2d4994e8beb4d8b5848a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,11 @@ ALLSPHINXOPTS   = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
 
 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
 
+all: pdf
+
+pdf: latex
+       @$(MAKE) -C build/latex all-pdf
+
 help:
        @echo "Please use \`make <target>' where <target> is one of"
        @echo "  html      to make standalone HTML files"
@@ -66,6 +71,7 @@ qthelp:
 
 latex:
        $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) build/latex
+       @cp hacks/sphinx.sty build/latex
        @echo
        @echo "Build finished; the LaTeX files are in build/latex."
        @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \