esds/manual/Makefile

14 lines
229 B
Makefile
Raw Permalink Normal View History

2022-09-12 10:45:38 +02:00
manual.pdf: manual.tex
2022-09-12 11:28:20 +02:00
@grep "__version__.*=" ../esds/__init__.py|grep -o "\".*\""|tr -d "\"" > version
2022-09-14 17:47:55 +02:00
@rm -f manual.aux
pdflatex -shell-escape manual
2022-09-12 10:45:38 +02:00
pdflatex -shell-escape manual
2022-09-12 11:28:20 +02:00
clean:
- rm manual.pdf
.PHONY: clean