# honour make -s flag
override V := $(if $(findstring s,$(MAKEFLAGS)),,$V)
-targets := presentacion.pdf notas.pdf
+targets := presentacion.pdf
.PHONY: all
all: $(targets)
$(if $V,@echo "$(R2B) $< > $@")
$V $(R2B) $(R2BFLAGS) $< | $(R2BFILTER) > $@
-$O/notas.tex: R2BFLAGS += --shownotes=only
-
$O/img/%.pdf: img/%.dot
$(DOT) $(DOTFLAGS) -Tpdf -o $@ $<