diff options
author | June McEnroe <june@causal.agency> | 2018-11-10 14:06:27 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-10 14:06:27 -0500 |
commit | af28fa64622c36ee5cac7a389b551daf2c103dbb (patch) | |
tree | 488f494a6bbf4f6302743a8b7542604b5f8fea8f /Makefile | |
parent | Add deflateSetDictionary.3 (diff) | |
download | zlib-man-pages-af28fa64622c36ee5cac7a389b551daf2c103dbb.tar.gz zlib-man-pages-af28fa64622c36ee5cac7a389b551daf2c103dbb.zip |
Add deflateCopy.3
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 1ea4fb0..adc8089 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ MAN += adler32.3 MAN += compress.3 MAN += crc32.3 MAN += deflate.3 +MAN += deflateCopy.3 MAN += deflateInit2.3 MAN += deflateSetDictionary.3 MAN += inflate.3 |