view examples/module.mk @ 31262:b8f4ec18e728

Allow cell input to cell() function (bug #63132) * ov-cell.cc (Fcell): Check if single input is already a cell and return it immediately if it is.
author Rik <rik@octave.org>
date Wed, 05 Oct 2022 12:03:52 -0700
parents c2c528319260
children
line wrap: on
line source

%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)