diff options
author | June McEnroe <june@causal.agency> | 2018-11-11 15:26:47 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-11 15:26:47 -0500 |
commit | 761846fb4e8fa1aab01d990b8eab2ee04a61305c (patch) | |
tree | dfe1cf5bd34f8003d3f88ed5e264a56bf9e78688 /Makefile | |
parent | Add deflateBound.3 (diff) | |
download | zlib-man-pages-761846fb4e8fa1aab01d990b8eab2ee04a61305c.tar.gz zlib-man-pages-761846fb4e8fa1aab01d990b8eab2ee04a61305c.zip |
Add deflatePending.3
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 3982caf..459ed75 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ MAN += deflateBound.3 MAN += deflateCopy.3 MAN += deflateInit2.3 MAN += deflateParams.3 +MAN += deflatePending.3 MAN += deflateReset.3 MAN += deflateSetDictionary.3 MAN += deflateTune.3 |