From: Sergey Matveev Date: Wed, 6 Jan 2016 11:57:24 +0000 (+0300) Subject: Move handshake make-target above, as others are dependent on it X-Git-Tag: 5.0^2~7 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=e7af8089ea1afa88e57d5f287313b0d84c2f1103 Move handshake make-target above, as others are dependent on it Signed-off-by: Sergey Matveev --- diff --git a/doc/Makefile b/doc/Makefile index ec5af2a..b0a891c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,12 +2,12 @@ all: govpn.info govpn.html MAKEINFO ?= makeinfo -govpn.info: *.texi handshake.utxt - $(MAKEINFO) govpn.texi - handshake.utxt: handshake.txt plantuml -tutxt handshake.txt +govpn.info: *.texi handshake.utxt + $(MAKEINFO) govpn.texi + govpn.html: *.texi handshake.utxt rm -f govpn.html/*.html $(MAKEINFO) --html -o govpn.html govpn.texi