diff options
author | June McEnroe <june@causal.agency> | 2018-11-11 15:35:56 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-11 15:35:56 -0500 |
commit | 482654692b90e96110356ee23a3a612a62fb4414 (patch) | |
tree | 7cf04608a0b42c4a96d1b7126aedcc3114b7abe8 /Makefile | |
parent | Add missing .In zlib.h (diff) | |
download | zlib-man-pages-482654692b90e96110356ee23a3a612a62fb4414.tar.gz zlib-man-pages-482654692b90e96110356ee23a3a612a62fb4414.zip |
Separate out adler32_combine.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 459ed75..d1a7ea7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ MAN += adler32.3 +MAN += adler32_combine.3 MAN += compress.3 MAN += crc32.3 MAN += deflate.3 @@ -15,7 +16,6 @@ MAN += uncompress.3 MAN += zlibCompileFlags.3 MAN += zlibVersion.3 -MLINKS += adler32.3 adler32_combine.3 MLINKS += adler32.3 adler32_z.3 MLINKS += compress.3 compress2.3 MLINKS += compress.3 compressBound.3 |