]> Git — Sourcephile - reloto-libreoffice.git/blob - Makefile
Corrections d’orthographe et de cohérence.
[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()"
12
13 sécu-sauvage.pdf: présentation.pdf résultats.pdf
14 pdfjoin --outfile $@ --paper a4paper --rotateoversize false $^
15 %-prototype.pdf: %.pdf
16 pdftk $*.pdf background prototype.pdf output $*-prototype.pdf