Update manual

This commit is contained in:
Loic Guegan 2022-09-12 11:28:20 +02:00
parent 99f195105a
commit c75fbe854d
4 changed files with 16 additions and 7 deletions

View file

@ -2,4 +2,10 @@
manual.pdf: manual.tex
@grep "__version__.*=" ../esds/__init__.py|grep -o "\".*\""|tr -d "\"" > version
pdflatex -shell-escape manual
clean:
- rm manual.pdf
.PHONY: clean