Skip to content
Snippets Groups Projects
Commit 4bceff60 authored by Lennart Klebl's avatar Lennart Klebl
Browse files

makefile for beamer

parent b3ca6c84
No related branches found
No related tags found
No related merge requests found
image.jpg
movie.mp4
pgf-img/
*.auxlock
*.figlist
*.makefile
LUALATEX := lualatex
all: beamer.pdf
beamer.pdf: image.jpg movie.mp4 beamer.makefile pgf beamer.tex
mkdir -p pgf-img/
$(LUALATEX) $(patsubst %.pdf,%.tex,$@)
image.jpg: animation.py
python animation.py
movie.mp4: animation.py
python animation.py
pgf: $(wildcard pgf-img/*.md5)
make beamer.makefile
beamer.makefile:
mkdir -p pgf-img/
$(LUALATEX) $(patsubst %.makefile,%.tex,$@)
make -f $@
clean:
-$(RM) -f *.{aux,nav,out,log,makefile,figlist,auxlock,snm,toc}
realclean: clean
-$(RM) -f movie.mp4 image.jpg
-$(RM) -rf beamer.pdf pgf-img/
../osak-logo.pdf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment