about summary refs log tree commit diff homepage
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-11 15:45:25 -0500
committerJune McEnroe <june@causal.agency>2018-11-11 15:45:25 -0500
commit57b8d9d45807412fc69cb59d9827f851209c2a23 (patch)
tree0379a7f636aa399a910eed445f1c1d9c37d8ae42 /Makefile
parentSeparate out adler32_combine.3 (diff)
downloadzlib-man-pages-57b8d9d45807412fc69cb59d9827f851209c2a23.tar.gz
zlib-man-pages-57b8d9d45807412fc69cb59d9827f851209c2a23.zip
Separate out crc32_combine.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1a7ea7..911f96e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ MAN += adler32.3
 MAN += adler32_combine.3
 MAN += compress.3
 MAN += crc32.3
+MAN += crc32_combine.3
 MAN += deflate.3
 MAN += deflateBound.3
 MAN += deflateCopy.3
@@ -19,7 +20,6 @@ MAN += zlibVersion.3
 MLINKS += adler32.3 adler32_z.3
 MLINKS += compress.3 compress2.3
 MLINKS += compress.3 compressBound.3
-MLINKS += crc32.3 crc32_combine.3
 MLINKS += crc32.3 crc32_z.3
 MLINKS += deflate.3 deflateEnd.3
 MLINKS += deflate.3 deflateInit.3