X-Git-Url: https://git.llucax.com/z.facultad/75.00/presentacion.git/blobdiff_plain/38839ea2fce950b239dcead41a3357443e2c849e..refs/heads/master:/Makefile diff --git a/Makefile b/Makefile index dcee73d..07fdfbf 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ override V := $(if $V,,@) # honour make -s flag override V := $(if $(findstring s,$(MAKEFLAGS)),,$V) -targets := presentacion.pdf notas.pdf +targets := presentacion.pdf .PHONY: all all: $(targets) @@ -59,8 +59,6 @@ $O/%.tex: %.rst $(R2B) $O/beamerthemeLuca.sty $(if $V,@echo "$(R2B) $< > $@") $V $(R2B) $(R2BFLAGS) $< | $(R2BFILTER) > $@ -$O/notas.tex: R2BFLAGS += --shownotes=only - $O/img/%.pdf: img/%.dot $(DOT) $(DOTFLAGS) -Tpdf -o $@ $<