From e7af8089ea1afa88e57d5f287313b0d84c2f1103 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 6 Jan 2016 14:57:24 +0300 Subject: [PATCH] Move handshake make-target above, as others are dependent on it Signed-off-by: Sergey Matveev --- doc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.44.0