view examples/module.mk @ 28403:2aa43d1c8c0d

use separate module.mk files for examples/code and examples/data directories * examples/code/module.mk, examples/code/module.mk: New files with entries extracted from examples/module.mk. * examples/module.mk: Update.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Jun 2020 17:10:14 -0400
parents ff4717c3223f
children c2c528319260
line wrap: on
line source

%canon_reldir%_EXTRA_DIST =

%canon_reldir%_EXTRA_DIST =

include %reldir%/code/module.mk
include %reldir%/data/module.mk

%canon_reldir%_EXTRA_DIST += \
  %reldir%/code/COPYING

EXTRA_DIST += $(%canon_reldir%_EXTRA_DIST)