aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-08 02:39:06 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-03-09 00:28:08 +0100
commitc259be4ebe145ae263be931ecf79251ca64e6453 (patch)
treee2b215f8e2f24f6f36eade8ff4e95c6f85255ba4 /doc
parenta8181539671f79016c968d25bb214c784ecbdc3c (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/sequence_charts/Makefile.am10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/sequence_charts/Makefile.am b/doc/sequence_charts/Makefile.am
index 5efe8558b..c119458b8 100644
--- a/doc/sequence_charts/Makefile.am
+++ b/doc/sequence_charts/Makefile.am
@@ -4,17 +4,11 @@ all:
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: \