]> Cypherpunks.ru repositories - govpn.git/blob - doc/Makefile
Move handshake make-target above, as others are dependent on it
[govpn.git] / doc / Makefile
1 all: govpn.info govpn.html
2
3 MAKEINFO ?= makeinfo
4
5 handshake.utxt: handshake.txt
6         plantuml -tutxt handshake.txt
7
8 govpn.info: *.texi handshake.utxt
9         $(MAKEINFO) govpn.texi
10
11 govpn.html: *.texi handshake.utxt
12         rm -f govpn.html/*.html
13         $(MAKEINFO) --html -o govpn.html govpn.texi