summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pseudo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/pseudo/Makefile')
-rw-r--r--macros/latex/contrib/pseudo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/macros/latex/contrib/pseudo/Makefile b/macros/latex/contrib/pseudo/Makefile
index b8b64dcd5e..309974597c 100644
--- a/macros/latex/contrib/pseudo/Makefile
+++ b/macros/latex/contrib/pseudo/Makefile
@@ -2,7 +2,7 @@ TARGETS=doc/pseudo.pdf doc/fig/readmefig.svg
LATEX=latexmk -norc -pdf -auxdir=build -outdir=build
FIGS=build/hilitefig.pdf build/pausefig.pdf build/kwfig.pdf
-TESTS=build/pseudotest.pdf
+TESTS=build/pseudotest.pdf build/beamertest.pdf
all: $(TARGETS)
@@ -27,6 +27,9 @@ build/kwfig.pdf: doc/fig/kwfig.tex pseudo.sty
build/pseudotest.pdf: test/pseudotest.tex pseudo.sty
$(LATEX) $<
+build/beamertest.pdf: test/beamertest.tex pseudo.sty
+ $(LATEX) $<
+
pseudo.sty: VERSION LICENSE doc/pseudo.tex
cat LICENSE | sed -e "s/^/% /" | sed -e "s/^% \$$/%/" > pseudo.sty
echo "%" >> pseudo.sty