about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-10 02:51:12 -0500
committerJune McEnroe <june@causal.agency>2018-11-10 02:51:12 -0500
commit3beb798d195f0ff1c9b562238fb61d5394e6e32f (patch)
tree0256409c022e63eb8ccc2b782f0122f25340bbb5 /Makefile
parentRemove initial deflate(3) reference in deflateInit2.3 (diff)
downloadzlib-man-pages-3beb798d195f0ff1c9b562238fb61d5394e6e32f.tar.gz
zlib-man-pages-3beb798d195f0ff1c9b562238fb61d5394e6e32f.zip
Add deflateSetDictionary.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fca5f07..1ea4fb0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ MAN += compress.3
 MAN += crc32.3
 MAN += deflate.3
 MAN += deflateInit2.3
+MAN += deflateSetDictionary.3
 MAN += inflate.3
 MAN += uncompress.3
 MAN += zlibCompileFlags.3
@@ -16,6 +17,7 @@ MLINKS += crc32.3 crc32_combine.3
 MLINKS += crc32.3 crc32_z.3
 MLINKS += deflate.3 deflateEnd.3
 MLINKS += deflate.3 deflateInit.3
+MLINKS += deflateSetDictionary.3 deflateGetDictionary.3
 MLINKS += inflate.3 inflateEnd.3
 MLINKS += inflate.3 inflateInit.3
 MLINKS += uncompress.3 uncompress2.3