diff options
author | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
commit | 539caf0946d2a5881ffaa34481f63c1bc67be96d (patch) | |
tree | 829ffba6d9f84d94e5abe742a299521e41f38268 /docs/Makefile | |
parent | 78300263685f9e1037038a3d20ed15f41e52dd3d (diff) | |
download | unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.gz unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.bz2 |
Packages: added Perl package.
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index 51f3108d..5bc503b9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,8 @@ PACKAGES= unit \ unit-php \ unit-python unit-python2.7 unit-python3.4 \ unit-python3.5 unit-python3.6 \ - unit-go unit-go1.7 unit-go1.8 unit-go1.9 + unit-go unit-go1.7 unit-go1.8 unit-go1.9 \ + unit-perl all: changes changelogs |