diff options
author | June McEnroe <june@causal.agency> | 2018-11-11 16:44:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-11 16:44:07 -0500 |
commit | dc6a079f1d013dc811ce5b03db46c3f267f17508 (patch) | |
tree | f3d41ff3d185f96aed5371683d315437659d7c83 /Makefile | |
parent | Separate out deflateGetDictionary.3 (diff) | |
download | zlib-man-pages-dc6a079f1d013dc811ce5b03db46c3f267f17508.tar.gz zlib-man-pages-dc6a079f1d013dc811ce5b03db46c3f267f17508.zip |
Separate out deflateInit.3 and deflateEnd.3
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 549ba86..69a73c8 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,9 @@ MAN += crc32_combine.3 MAN += deflate.3 MAN += deflateBound.3 MAN += deflateCopy.3 +MAN += deflateEnd.3 MAN += deflateGetDictionary.3 +MAN += deflateInit.3 MAN += deflateInit2.3 MAN += deflateParams.3 MAN += deflatePending.3 @@ -22,8 +24,6 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 -MLINKS += deflate.3 deflateEnd.3 -MLINKS += deflate.3 deflateInit.3 MLINKS += inflate.3 inflateEnd.3 MLINKS += inflate.3 inflateInit.3 MLINKS += uncompress.3 uncompress2.3 |