From 33ad3bc6cd7e5479744bb286797ae832135391d3 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 3 Jul 2009 20:04:58 -0300 Subject: [PATCH 1/1] Agregar targets 'all' y 'pdf' al Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.43.0