From: Leandro Lucarella Date: Fri, 3 Jul 2009 23:04:58 +0000 (-0300) Subject: Agregar targets 'all' y 'pdf' al Makefile X-Git-Tag: entrega-2010-10-08~32 X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/commitdiff_plain/33ad3bc6cd7e5479744bb286797ae832135391d3?ds=sidebyside;hp=9807a6191b2fbf16cd9c05766a410b9844a372f3 Agregar targets 'all' y 'pdf' al Makefile --- diff --git a/Makefile b/Makefile index 32aed02..b08ff9a 100644 --- 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 ' where is one of" @echo " html to make standalone HTML files"