server/Makefile
Thibaut Le Page 3ca577f4df add existing guide translated to XeTeX
Missing:
-   server certificates installation
-   test for client certificate installation under Windows (8)
-   certificate installation on Mac OS with Safari (use keystore directly?)
-   serveur.der or serveur.pem (or something else) on Mac OS?

A PDF version of guide.tex is tracked in this repository so that people
without the required packages or fonts can view it anyway.
2014-01-20 07:37:00 +01:00

10 lines
98 B
Makefile

all: guide.pdf
.tex.pdf:
latexmk --xelatex ${.IMPSRC}
clean:
latexmk -c
.SUFFIXES: .tex .pdf