mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
ZMQII-50: Document Ruby Bindings
This commit is contained in:
parent
bc90231227
commit
b86483acbe
@ -5,7 +5,7 @@ dist_man_MANS = man1/zmq_forwarder.1 man1/zmq_streamer.1 man1/zmq_queue.1 \
|
||||
man3/zmq_poll.3 man3/zmq_msg_init.3 man3/zmq_msg_init_size.3 \
|
||||
man3/zmq_msg_close.3 man3/zmq_msg_move.3 man3/zmq_msg_copy.3 \
|
||||
man3/zmq_msg_data.3 man3/zmq_msg_size.3 man3/zmq_strerror.3 \
|
||||
man7/zmq.7 man7/zmq_cpp.7 man7/zmq_python.7 man7/zmq_ruby.7 \
|
||||
man7/zmq.7 man7/zmq_cpp.7 man7/zmq_python.7 \
|
||||
man7/zmq_cl.7 man7/zmq_tcp.7 man7/zmq_udp.7 man7/zmq_pgm.7 \
|
||||
man7/zmq_inproc.7 man7/zmq_ipc.7 man7/zmq_java.7
|
||||
|
||||
|
@ -46,7 +46,6 @@ groff -man -Thtml man7/zmq.7 > man7/zmq.7.html
|
||||
groff -man -Thtml man7/zmq_cpp.7 > man7/zmq_cpp.7.html
|
||||
groff -man -Thtml man7/zmq_java.7 > man7/zmq_java.7.html
|
||||
groff -man -Thtml man7/zmq_python.7 > man7/zmq_python.7.html
|
||||
groff -man -Thtml man7/zmq_ruby.7 > man7/zmq_ruby.7.html
|
||||
groff -man -Thtml man7/zmq_cl.7 > man7/zmq_cl.7.html
|
||||
groff -man -Thtml man7/zmq_tcp.7 > man7/zmq_tcp.7.html
|
||||
groff -man -Thtml man7/zmq_udp.7 > man7/zmq_udp.7.html
|
||||
|
@ -73,8 +73,6 @@ groff -man -Tps man7/zmq_java.7 > man7/zmq_java.7.ps
|
||||
ps2pdf man7/zmq_java.7.ps zmq_java.pdf
|
||||
groff -man -Tps man7/zmq_python.7 > man7/zmq_python.7.ps
|
||||
ps2pdf man7/zmq_python.7.ps zmq_python.pdf
|
||||
groff -man -Tps man7/zmq_ruby.7 > man7/zmq_ruby.7.ps
|
||||
ps2pdf man7/zmq_ruby.7.ps zmq_ruby.pdf
|
||||
groff -man -Tps man7/zmq_cl.7 > man7/zmq_cl.7.ps
|
||||
ps2pdf man7/zmq_cl.7.ps zmq_cl.pdf
|
||||
groff -man -Tps man7/zmq_tcp.7 > man7/zmq_tcp.7.ps
|
||||
|
@ -1,9 +0,0 @@
|
||||
.TH zmq_ruby 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
|
||||
.SH NAME
|
||||
0MQ Ruby API \- interface between 0MQ and Ruby applications
|
||||
.SH SYNOPSIS
|
||||
.SH DESCRIPTION
|
||||
.SH "SEE ALSO"
|
||||
.SH AUTHOR
|
||||
Martin Sustrik <sustrik at 250bpm dot com>
|
||||
|
Loading…
Reference in New Issue
Block a user