summaryrefslogtreecommitdiff
path: root/man/Makefile.am
blob: 4f8c05ac2c197780024e24c126750d8cc4eeffc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dist_man_MANS = man1/zmq_forwarder.1 man3/zmq_init.3 man3/zmq_term.3 \
    man3/zmq_socket.3 man3/zmq_close.3 man3/zmq_setsockopt.3 man3/zmq_bind.3 \
    man3/zmq_connect.3 man3/zmq_send.3 man3/zmq_flush.3 man3/zmq_recv.3 \
    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

distclean-local:
		-rm  *.pdf
		-rm  man1/*.ps
		-rm  man3/*.ps
		-rm  man7/*.ps

dist-hook:
		./convert2pdf.sh
		$(mkdir_p) $(top_distdir)/doc
		cp $(top_srcdir)/man/*.pdf $(top_distdir)/doc