about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-10 14:23:09 -0500
committerJune McEnroe <june@causal.agency>2018-11-10 14:23:09 -0500
commit9850afea8104f93be22f2db41d33cbafbd95f350 (patch)
tree23bf40d602144e6e11937d772c44b691327f9da6 /Makefile
parentAdd deflateReset.3 (diff)
downloadzlib-man-pages-9850afea8104f93be22f2db41d33cbafbd95f350.tar.gz
zlib-man-pages-9850afea8104f93be22f2db41d33cbafbd95f350.zip
Add deflateParams.3
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26af084..85e1510 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ MAN += crc32.3
 MAN += deflate.3
 MAN += deflateCopy.3
 MAN += deflateInit2.3
+MAN += deflateParams.3
 MAN += deflateReset.3
 MAN += deflateSetDictionary.3
 MAN += inflate.3
nroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe 2024-06-10Add The Girl Who Was Convinced...June McEnroe 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe