]> Cypherpunks.ru repositories - govpn.git/blob - doc/makefile
7a778661f16efe4673a4031e1bde68e24d589362
[govpn.git] / doc / makefile
1 all: govpn.info govpn.html
2
3 govpn.info: govpn.texi handshake.utxt
4         makeinfo govpn.texi
5
6 handshake.utxt: handshake.txt
7         plantuml -tutxt handshake.txt
8
9 govpn.html: govpn.texi handshake.utxt
10         rm -f govpn.html/*.html
11         makeinfo --html -o govpn.html govpn.texi