Remove latex pdfs

master
Simon Bruder 2020-10-11 16:47:38 +02:00
parent b93d0edfe9
commit 3534fccdcc
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
6 changed files with 8 additions and 3 deletions

5
.gitignore vendored
View File

@ -9,12 +9,13 @@
*.log
*.nav
*.out
*.pdf
*.run.xml
*.snm
*.toc
# generated pdfs (libreoffice)
handout.pdf
# Exclude latex assets
!/latex/assets/*
# reveal js (generated)
/revealjs/*/index.html

View File

@ -2,7 +2,11 @@ default:
.PHONY: clean
clean:
rm -f revealjs/*/index.html revealjs/*/index.pdf */*/handout.pdf
rm -f \
*/*/handout.pdf \
latex/*/index.pdf \
revealjs/*/index.html \
revealjs/*/index.pdf
revealjs/%/index.html: revealjs/%/*.md
python3 revealjs/build.py $@

Binary file not shown.

Binary file not shown.

Binary file not shown.