X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/b0956c037ae52da777b06705157486067755ec2c..7782ad9353bb81b20987841f8cfbf21d37ec20bd:/Makefile?ds=inline 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"