]> Git — Sourcephile - reloto-libreoffice.git/blob - Makefile
Ajout de la génération des bulletins et de leur dépouillement.
[reloto-libreoffice.git] / Makefile
1 python:=python3
2
3 %.ods/localc:
4 localc --accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager" $*.ods &
5 %.ods/pack_macro: %.py
6 $(python) pack_macro.py $*.py $*.ods
7 ballots:
8 $(python) -c "import jugements; jugements.MakeBallots()"
9 pdfnup --a4paper --nup 2x2 --outfile bulletins.pdf bulletins/*.pdf
10 results:
11 $(python) -c "import jugements; jugements.MakeResults()"