Change in osmo-bsc[master]: doc: add ladder2msc to Makefile.am

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

neels gerrit-no-reply at lists.osmocom.org
Thu Oct 1 12:40:10 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/20379 )


Change subject: doc: add ladder2msc to Makefile.am
......................................................................

doc: add ladder2msc to Makefile.am

Change-Id: Ice8290d98886aaf9404b819661b60c2565fb8122
---
M doc/Makefile.am
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/79/20379/1

diff --git a/doc/Makefile.am b/doc/Makefile.am
index d3a04c6..a2321ab 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,6 +33,10 @@
 $(builddir)/%.png: $(srcdir)/%.dot
 	dot -Tpng $< > $@
 
+$(srcdir)/%.msc: $(srcdir)/%.ladder
+	@which ladder_to_msc.py || (echo 'PLEASE POINT YOUR $$PATH AT libosmocore/contrib/ladder_to_msc.py' && false)
+	ladder_to_msc.py -i $< -o $@
+
 .PHONY: poll
 poll:
 	while true; do $(MAKE) msc dot; sleep 1; done

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/20379
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ice8290d98886aaf9404b819661b60c2565fb8122
Gerrit-Change-Number: 20379
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201001/f36f8eaa/attachment.htm>


More information about the gerrit-log mailing list