diff options
author | June McEnroe <june@causal.agency> | 2018-11-11 17:07:33 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-11 17:07:33 -0500 |
commit | c503b3daa55ffca5b17b7482a35120d19f6b2451 (patch) | |
tree | 7688d9b2653d087388800c47070b5fb27741bb4e /Makefile | |
parent | Fix inflate.3 NAME section (diff) | |
download | zlib-man-pages-c503b3daa55ffca5b17b7482a35120d19f6b2451.tar.gz zlib-man-pages-c503b3daa55ffca5b17b7482a35120d19f6b2451.zip |
Add deflatePrime.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 2f6ad63..970c6a1 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ MAN += deflateInit.3 MAN += deflateInit2.3 MAN += deflateParams.3 MAN += deflatePending.3 +MAN += deflatePrime.3 MAN += deflateReset.3 MAN += deflateSetDictionary.3 MAN += deflateTune.3 |