about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-11 23:40:30 -0500
committerJune McEnroe <june@causal.agency>2018-11-11 23:40:30 -0500
commita3bf6dbe32214969972511f2731474cd344de3bc (patch)
tree242a1d5703075cb47c358611c02c2d32a240c2dc /Makefile
parentAdd inflatePrime.3 (diff)
downloadzlib-man-pages-a3bf6dbe32214969972511f2731474cd344de3bc.tar.gz
zlib-man-pages-a3bf6dbe32214969972511f2731474cd344de3bc.zip
Add inflateMark.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6d81eb..8a4f334 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ MAN += inflateEnd.3
 MAN += inflateGetDictionary.3
 MAN += inflateInit.3
 MAN += inflateInit2.3
+MAN += inflateMark.3
 MAN += inflatePrime.3
 MAN += inflateReset.3
 MAN += inflateSetDictionary.3