]> git.llucax.com Git - z.facultad/75.00/informe.git/commitdiff
Agregar targets 'all' y 'pdf' al Makefile
authorLeandro Lucarella <llucax@gmail.com>
Fri, 3 Jul 2009 23:04:58 +0000 (20:04 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sun, 5 Jul 2009 00:09:28 +0000 (21:09 -0300)
Makefile

index 32aed02134ca2fa94f3a1ea5def68530377c1ab9..b08ff9a85bc5c4d001f8114ca34d511c8b4a16d1 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"