]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/Makefile
Move handshake make-target above, as others are dependent on it
[govpn.git] / 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