about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-13 16:33:41 -0500
committerJune McEnroe <june@causal.agency>2018-11-13 16:33:41 -0500
commit646acfa91329ca5e8d3651801d734bf82f070e24 (patch)
tree579ab05503de613218ff085af3bd261681a7cc5c /Makefile
parentAdd gztell(3) to gzseek.3 (diff)
downloadzlib-man-pages-646acfa91329ca5e8d3651801d734bf82f070e24.tar.gz
zlib-man-pages-646acfa91329ca5e8d3651801d734bf82f070e24.zip
Add gzoffset.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ffac1f1..14a3455 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ MAN += gzfread.3
 MAN += gzfwrite.3
 MAN += gzgetc.3
 MAN += gzgets.3
+MAN += gzoffset.3
 MAN += gzopen.3
 MAN += gzprintf.3
 MAN += gzputc.3