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:35:56 -0500
committerJune McEnroe <june@causal.agency>2018-11-11 15:35:56 -0500
commit482654692b90e96110356ee23a3a612a62fb4414 (patch)
tree7cf04608a0b42c4a96d1b7126aedcc3114b7abe8 /Makefile
parentAdd missing .In zlib.h (diff)
downloadzlib-man-pages-482654692b90e96110356ee23a3a612a62fb4414.tar.gz
zlib-man-pages-482654692b90e96110356ee23a3a612a62fb4414.zip
Separate out adler32_combine.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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