diff options
author | Andrei Belov <defan@nginx.com> | 2017-10-19 18:23:32 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2017-10-19 18:23:32 +0300 |
commit | 156877f3c99b54c78e3cae111542f5519a97a68a (patch) | |
tree | 2c21edccede53614245118f927f0a2aea8d3e944 /docs/Makefile | |
parent | eabe25d98e6805221025daf7bc60d881af1af6b1 (diff) | |
download | unit-156877f3c99b54c78e3cae111542f5519a97a68a.tar.gz unit-156877f3c99b54c78e3cae111542f5519a97a68a.tar.bz2 |
Introduced deb packages building tools.0.2
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index b5494fd2..8aed8618 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,7 +5,10 @@ UNIT= unit-$(VER) DEST= ../build XSLS?= xslscript.pl -PACKAGES= unit unit-php unit-python unit-go +PACKAGES= unit \ + unit-php \ + unit-python unit-python2.7 unit-python3.4 unit-python3.5\ + unit-go unit-go1.7 unit-go1.8 all: changes changelogs |