]> Cypherpunks.ru repositories - govpn.git/commitdiff
Move handshake make-target above, as others are dependent on it
authorSergey Matveev <stargrave@stargrave.org>
Wed, 6 Jan 2016 11:57:24 +0000 (14:57 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 6 Jan 2016 11:57:24 +0000 (14:57 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
doc/Makefile

index ec5af2ac7212528ccb259acb9f36f228c0727773..b0a891cee96df51bd43ea9e96c725b432e60fdd5 100644 (file)
@@ -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