about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-11 21:33:57 -0500
committerJune McEnroe <june@causal.agency>2018-11-11 21:33:57 -0500
commit91d5510c862014166246a419724c2dcc171434ed (patch)
treefe5c7ea745649d82607599e74b36c76d08881269 /Makefile
parentAdd inflateCopy.3 (diff)
downloadzlib-man-pages-91d5510c862014166246a419724c2dcc171434ed.tar.gz
zlib-man-pages-91d5510c862014166246a419724c2dcc171434ed.zip
Add inflateReset.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 121054e..0127b46 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ MAN += inflateEnd.3
 MAN += inflateGetDictionary.3
 MAN += inflateInit.3
 MAN += inflateInit2.3
+MAN += inflateReset.3
 MAN += inflateSetDictionary.3
 MAN += inflateSync.3
 MAN += uncompress.3
@@ -33,6 +34,7 @@ MAN += zlibVersion.3
 MLINKS += adler32.3 adler32_z.3
 MLINKS += compress.3 compress2.3
 MLINKS += crc32.3 crc32_z.3
+MLINKS += inflateReset.3 inflateReset2.3
 MLINKS += uncompress.3 uncompress2.3
 
 .include <bsd.lib.mk>