Add password paper generator

This commit is contained in:
nemunaire 2017-02-22 04:33:23 +01:00 committed by Pierre-Olivier Mercier
commit 1363881f02
4 changed files with 126 additions and 0 deletions

12
password_paper/Makefile Normal file
View file

@ -0,0 +1,12 @@
all: pass.pdf
.sh.tex:
sh $< < teams.pass > $@
.tex.pdf:
latexmk --xelatex ${.IMPSRC}
clean:
latexmk -c
.SUFFIXES: .sh .tex .pdf