1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-08-30 04:35:42 +00:00
Files
accounting
api
club
com
core
counter
doc
Color Theory - Palette Creator
Comptes-rendus
Etransaction
Kit_E-transactions_internet_premium_PHP
TO_Skia_LoJ
slides
Makefile
beamercolorthememetropolis.sty
beamerfontthememetropolis.sty
beamerinnerthememetropolis.sty
beamerouterthememetropolis.sty
beamerthememetropolis.sty
pgfplotsthemetol.sty
slide.pdf
slide.tex
.gitignore
Couvertures.odg
Couvertures.pdf
Makefile
Rapport.pdf
Rapport.tex
TW_Skia
Architecture_et_presentation_-_Skia_2016.pdf
Guide de Tresorerie.pdf
MLD.pdf
SYNTAX.html
SYNTAX.md
contacts
header
modules.dia
modules_full.png
modules_maj.dia
modules_maj.png
modules_simple.png
eboutic
election
forum
launderette
locale
matmat
pedagogy
rootplace
sas
sith
stock
subscription
trombi
.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
Doxyfile
LICENSE
LICENSE.old
README.md
TODO.md
manage.py
migrate.py
requirements.txt
Sith/doc/TO_Skia_LoJ/slides/Makefile
2017-01-15 22:57:35 +01:00

19 lines
282 B
Makefile

LATEX := pdflatex
TARGET := slide.pdf
.PHONY: all clean distclean
all: $(TARGET) clean
%.pdf: %.tex
echo "Building pdf"
$(LATEX) --shell-escape $<
rm -f $@
$(LATEX) --shell-escape $<
clean:
rm -f *.log *.nav *.snm *.aux *.out *.toc *.pyg
distclean: clean
rm -f $(TARGET)