diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index 8aed8618..51f3108d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -7,8 +7,10 @@ XSLS?= xslscript.pl PACKAGES= unit \ unit-php \ - unit-python unit-python2.7 unit-python3.4 unit-python3.5\ - unit-go unit-go1.7 unit-go1.8 + 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 + all: changes changelogs |