diff options
author | June McEnroe <june@causal.agency> | 2018-11-11 15:59:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-11 15:59:29 -0500 |
commit | a862960349851918f2765c898e0a8b1f2dde480c (patch) | |
tree | be18eef0935e85fc665518c8ff2fc415f798de1d /Makefile | |
parent | Fix trailing whitespace (diff) | |
download | zlib-man-pages-a862960349851918f2765c898e0a8b1f2dde480c.tar.gz zlib-man-pages-a862960349851918f2765c898e0a8b1f2dde480c.zip |
Separate out deflateGetDictionary.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 1f6b2a4..549ba86 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ MAN += crc32_combine.3 MAN += deflate.3 MAN += deflateBound.3 MAN += deflateCopy.3 +MAN += deflateGetDictionary.3 MAN += deflateInit2.3 MAN += deflateParams.3 MAN += deflatePending.3 @@ -23,7 +24,6 @@ MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 MLINKS += deflate.3 deflateEnd.3 MLINKS += deflate.3 deflateInit.3 -MLINKS += deflateSetDictionary.3 deflateGetDictionary.3 MLINKS += inflate.3 inflateEnd.3 MLINKS += inflate.3 inflateInit.3 MLINKS += uncompress.3 uncompress2.3 |