X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2FMakefile;fp=doc%2FMakefile;h=ec5af2ac7212528ccb259acb9f36f228c0727773;hb=0e992fbfff404fb63769d23f3f65b4a959db0e16;hp=0000000000000000000000000000000000000000;hpb=b5d90b915dc068926a1d4094763a4ce63bef3094;p=govpn.git diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..ec5af2a --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,13 @@ +all: govpn.info govpn.html + +MAKEINFO ?= makeinfo + +govpn.info: *.texi handshake.utxt + $(MAKEINFO) govpn.texi + +handshake.utxt: handshake.txt + plantuml -tutxt handshake.txt + +govpn.html: *.texi handshake.utxt + rm -f govpn.html/*.html + $(MAKEINFO) --html -o govpn.html govpn.texi