]> git.llucax.com Git - z.facultad/75.00/presentacion.git/blobdiff - Makefile
Eliminar notas de rst2beamer
[z.facultad/75.00/presentacion.git] / Makefile
index dcee73d1ea2e37fbbe20e06f102395f9734757ff..07fdfbf133803040c399d7155398e3fdaa98051b 100644 (file)
--- 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 $@ $<