annotate examples/module.mk @ 31214:19bd1953fc1d stable

GitHub-CI: Remove ubuntu-18.04 runners from build matrix. * .github/workflow/make.yaml (ubuntu): GitHub-hosted runners for ubuntu-18.04 are being deprecated. Remove them from build matrix. See also: https://github.com/actions/runner-images/issues/6002
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 30 Aug 2022 11:16:27 +0200
parents c2c528319260
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 23409
diff changeset
1 %canon_reldir%_EXTRA_DIST =
20366
9b44691a3520 provide per-directory clean targets
John W. Eaton <jwe@octave.org>
parents: 20342
diff changeset
2
28403
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents: 24360
diff changeset
3 include %reldir%/code/module.mk
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents: 24360
diff changeset
4 include %reldir%/data/module.mk
20307
c3c1fb44f9b5 eliminate recursive make invocations in doc directory tree
John W. Eaton <jwe@octave.org>
parents: 20293
diff changeset
5
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 23409
diff changeset
6 %canon_reldir%_EXTRA_DIST += \
28403
2aa43d1c8c0d use separate module.mk files for examples/code and examples/data directories
John W. Eaton <jwe@octave.org>
parents: 24360
diff changeset
7 %reldir%/code/COPYING
20366
9b44691a3520 provide per-directory clean targets
John W. Eaton <jwe@octave.org>
parents: 20342
diff changeset
8
23495
8308417aff1c use automake %reldir% feature
John W. Eaton <jwe@octave.org>
parents: 23409
diff changeset
9 EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)