aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
blob: 5fe5674a8ba6c2883d92ce606b8a782da60a0d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = \
	examples \
	$(NULL)

msc: \
	$(builddir)/handover.png \
	$(builddir)/assignment.png \
	$(builddir)/lchan-release.png \
	$(builddir)/ms-channel-request.png \
	$(NULL)

$(builddir)/%.png: $(srcdir)/%.msc
	mscgen -T png -o $@ $<

.PHONY: poll
poll:
	while true; do $(MAKE) msc; sleep 1; done