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