Skip to content

Commit

Permalink
Merge pull request #1208 from pmienk/master
Browse files Browse the repository at this point in the history
Reduce automake recursion; simplify pgm dependency
  • Loading branch information
hintjens committed Oct 14, 2014
2 parents 3aa5a9d + 00b3bfa commit 3f10e40
Show file tree
Hide file tree
Showing 9 changed files with 756 additions and 618 deletions.
595 changes: 584 additions & 11 deletions Makefile.am

Large diffs are not rendered by default.

338 changes: 162 additions & 176 deletions configure.ac

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# documentation
#
MAN3 = zmq_bind.3 zmq_unbind.3 zmq_connect.3 zmq_disconnect.3 zmq_close.3 \
zmq_ctx_new.3 zmq_ctx_term.3 zmq_ctx_get.3 zmq_ctx_set.3 zmq_ctx_shutdown.3 \
zmq_msg_init.3 zmq_msg_init_data.3 zmq_msg_init_size.3 \
Expand All @@ -21,20 +24,17 @@ MAN_TXT = $(MAN3:%.3=%.txt)
MAN_TXT += $(MAN7:%.7=%.txt)
MAN_HTML = $(MAN_TXT:%.txt=%.html)

if INSTALL_MAN
dist_man_MANS = $(MAN_DOC)
endif
MAINTAINERCLEANFILES = $(MAN_DOC) $(MAN_HTML)

EXTRA_DIST = asciidoc.conf $(MAN_TXT)

if BUILD_DOC
EXTRA_DIST += $(MAN_HTML)
endif

MAINTAINERCLEANFILES = $(MAN_DOC) $(MAN_HTML)

dist-hook : $(MAN_DOC) $(MAN_HTML)
if INSTALL_MAN
dist_man_MANS = $(MAN_DOC)
endif

if BUILD_DOC
SUFFIXES=.html .txt .xml .3 .7

.txt.html:
Expand All @@ -52,3 +52,5 @@ SUFFIXES=.html .txt .xml .3 .7
zmq_epgm.7: zmq_pgm.7
cp $< $@
endif

dist-hook : $(MAN_DOC) $(MAN_HTML)
8 changes: 0 additions & 8 deletions foreign/openpgm/Makefile.am

This file was deleted.

Binary file removed foreign/openpgm/libpgm-5.2.122~dfsg.tar.gz
Binary file not shown.
22 changes: 0 additions & 22 deletions perf/Makefile.am

This file was deleted.

219 changes: 0 additions & 219 deletions src/Makefile.am

This file was deleted.

Loading

0 comments on commit 3f10e40

Please sign in to comment.