diff options
author | June McEnroe <june@causal.agency> | 2018-11-15 22:58:46 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-15 22:58:46 -0500 |
commit | f78ce59ff78f4dc9fc7f1ae533b03d7aed6ef98b (patch) | |
tree | fcd18761fe8fa119e5f0ff2e76a104e21bc29554 /Makefile | |
parent | Add gzdirect.3 (diff) | |
download | zlib-man-pages-f78ce59ff78f4dc9fc7f1ae533b03d7aed6ef98b.tar.gz zlib-man-pages-f78ce59ff78f4dc9fc7f1ae533b03d7aed6ef98b.zip |
Add gzclose.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index f98e393..0275b90 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ MAN += deflateSetDictionary.3 MAN += deflateSetHeader.3 MAN += deflateTune.3 MAN += gzbuffer.3 +MAN += gzclose.3 MAN += gzdirect.3 MAN += gzeof.3 MAN += gzflush.3 @@ -58,6 +59,8 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 +MLINKS += gzclose.3 gzclose_r.3 +MLINKS += gzclose.3 gzclose_w.3 MLINKS += gzopen.3 gzdopen.3 MLINKS += gzseek.3 gzrewind.3 MLINKS += gzseek.3 gztell.3 |