]> Cypherpunks.ru repositories - govpn.git/blobdiff - common.mk
Use convenient simpler Go 1.9's sync.Map
[govpn.git] / common.mk
index bd2f3a42bbfc8e162877434ec2db7aa7dda31a50..988964fdd09892feaf487460efc952847abeb682 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -38,8 +38,11 @@ install: all doc
        cp -f utils/newclient.sh $(SHAREDIR)
        chmod 755 $(SHAREDIR)/newclient.sh
        mkdir -p $(DOCDIR)
-       cp -f -L AUTHORS INSTALL NEWS README README.RU THANKS $(DOCDIR)
+       cp -f -L AUTHORS INSTALL NEWS NEWS.RU README README.RU THANKS $(DOCDIR)
        chmod 644 $(DOCDIR)/*
 
 install-strip: install
        strip $(BINDIR)/govpn-client $(BINDIR)/govpn-server $(BINDIR)/govpn-verifier
+
+dist:
+       ./utils/makedist.sh $(VERSION)