about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-11 17:07:33 -0500
committerJune McEnroe <june@causal.agency>2018-11-11 17:07:33 -0500
commitc503b3daa55ffca5b17b7482a35120d19f6b2451 (patch)
tree7688d9b2653d087388800c47070b5fb27741bb4e /Makefile
parentFix inflate.3 NAME section (diff)
downloadzlib-man-pages-c503b3daa55ffca5b17b7482a35120d19f6b2451.tar.gz
zlib-man-pages-c503b3daa55ffca5b17b7482a35120d19f6b2451.zip
Add deflatePrime.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f6ad63..970c6a1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ MAN += deflateInit.3
 MAN += deflateInit2.3
 MAN += deflateParams.3
 MAN += deflatePending.3
+MAN += deflatePrime.3
 MAN += deflateReset.3
 MAN += deflateSetDictionary.3
 MAN += deflateTune.3