laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/31742 )

Change subject: make: doc/sequence_charts: use wildcards for EXTRA_DIST and 
CLEANFILES
......................................................................

make: doc/sequence_charts: use wildcards for EXTRA_DIST and CLEANFILES

Both EXTRA_DIST and CLEANFILES had missing entries. It is easy to
forget to keep them up to date. Rather use wildcards to always pick up
all relevant files.

(Not adding *.dot because there are no .dot charts here, yet.)

Change-Id: I3a18e4608a310169d7c9cd9c1b8ac9015a990920
---
M doc/sequence_charts/Makefile.am
1 file changed, 17 insertions(+), 8 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/doc/sequence_charts/Makefile.am b/doc/sequence_charts/Makefile.am
index 5efe855..c119458 100644
--- a/doc/sequence_charts/Makefile.am
+++ b/doc/sequence_charts/Makefile.am
@@ -4,17 +4,11 @@
 charts: msc dot

 EXTRA_DIST = \
-       inter_bsc_ho.msc \
-       inter_msc_ho.msc \
-       mncc_call_fsm.msc \
-       call_reestablishment.msc \
+       $(srcdir)/*.msc \
        $(NULL)

 CLEANFILES = \
-       inter_bsc_ho.png \
-       inter_msc_ho.png \
-       mncc_call_fsm.png \
-       voice_call_full.png \
+       $(builddir)/*.png \
        $(NULL)

 msc: \

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I3a18e4608a310169d7c9cd9c1b8ac9015a990920
Gerrit-Change-Number: 31742
Gerrit-PatchSet: 2
Gerrit-Owner: neels <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to