X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/9807a6191b2fbf16cd9c05766a410b9844a372f3..33ad3bc6cd7e5479744bb286797ae832135391d3:/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"