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:07:51 -0500
committerJune McEnroe <june@causal.agency>2018-11-11 21:07:51 -0500
commit8cbf798d2886c9dff22352593b7e9afe2403f396 (patch)
tree92fe43babdc56477366aa4e3efa3958c34156db8 /Makefile
parentAdd inflateSetDictionary.3 (diff)
downloadzlib-man-pages-8cbf798d2886c9dff22352593b7e9afe2403f396.tar.gz
zlib-man-pages-8cbf798d2886c9dff22352593b7e9afe2403f396.zip
Add inflateGetDictionary.3
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 618166e..193cc85 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ MAN += deflateSetHeader.3
 MAN += deflateTune.3
 MAN += inflate.3
 MAN += inflateEnd.3
+MAN += inflateGetDictionary.3
 MAN += inflateInit.3
 MAN += inflateInit2.3
 MAN += inflateSetDictionary.3