about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-11 15:26:47 -0500
committerJune McEnroe <june@causal.agency>2018-11-11 15:26:47 -0500
commit761846fb4e8fa1aab01d990b8eab2ee04a61305c (patch)
treedfe1cf5bd34f8003d3f88ed5e264a56bf9e78688 /Makefile
parentAdd deflateBound.3 (diff)
downloadzlib-man-pages-761846fb4e8fa1aab01d990b8eab2ee04a61305c.tar.gz
zlib-man-pages-761846fb4e8fa1aab01d990b8eab2ee04a61305c.zip
Add deflatePending.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3982caf..459ed75 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ MAN += deflateBound.3
 MAN += deflateCopy.3
 MAN += deflateInit2.3
 MAN += deflateParams.3
+MAN += deflatePending.3
 MAN += deflateReset.3
 MAN += deflateSetDictionary.3
 MAN += deflateTune.3