summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorMartin Lucina <martin@lucina.net>2012-03-13 16:02:39 +0100
committerMartin Lucina <martin@lucina.net>2012-03-13 16:02:39 +0100
commit72120bfdffa64e4264842b16b4e51d58c0b9f6b1 (patch)
tree74cf494e1b3aadd99428b40b241dc02a3fedd046 /doc/Makefile.am
parent28a707371ff9414a1394c52de182ac295eaa00d7 (diff)
Add zmq(7) manual page for libzmq compatibility library
Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fcd1b4c..7cfc637 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,6 +6,10 @@ MAN3 = xs_bind.3 xs_close.3 xs_connect.3 xs_init.3 \
xs_sendmsg.3 xs_recvmsg.3 xs_getmsgopt.3 xs_setctxopt.3
MAN7 = xs.7 xs_tcp.7 xs_pgm.7 xs_inproc.7 xs_ipc.7
+if BUILD_LIBZMQ
+MAN7 += zmq.7
+endif
+
MAN_DOC = $(MAN1) $(MAN3) $(MAN7)
MAN_TXT = $(MAN3:%.3=%.txt)