mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-07 02:26:28 +02:00
11 lines
179 B
Makefile
11 lines
179 B
Makefile
|
|
|
|
|
|
manual.pdf: manual.tex
|
|
@grep "__version__.*=" ../esds/__init__.py|grep -o "\".*\""|tr -d "\"" > version
|
|
pdflatex -shell-escape manual
|
|
|
|
clean:
|
|
- rm manual.pdf
|
|
|
|
.PHONY: clean
|