diff options
| author | June McEnroe <june@causal.agency> | 2018-11-11 16:59:24 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2018-11-11 16:59:24 -0500 |
| commit | 8dac77d008d224e00f803150ce14c94be2cd58c8 (patch) | |
| tree | 4fe7dedc3a82a1284bfbb4870fddba021732acdc /Makefile | |
| parent | Separate out deflateInit.3 and deflateEnd.3 (diff) | |
| download | zlib-man-pages-8dac77d008d224e00f803150ce14c94be2cd58c8.tar.gz zlib-man-pages-8dac77d008d224e00f803150ce14c94be2cd58c8.zip | |
Separate out inflateInit.3 and inflateEnd.3
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 69a73c8..2f6ad63 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ MAN += deflateReset.3 MAN += deflateSetDictionary.3 MAN += deflateTune.3 MAN += inflate.3 +MAN += inflateEnd.3 +MAN += inflateInit.3 MAN += uncompress.3 MAN += zlibCompileFlags.3 MAN += zlibVersion.3 @@ -24,8 +26,6 @@ MAN += zlibVersion.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += crc32.3 crc32_z.3 -MLINKS += inflate.3 inflateEnd.3 -MLINKS += inflate.3 inflateInit.3 MLINKS += uncompress.3 uncompress2.3 .include <bsd.lib.mk> |