view test/fcn-handle-derived-resolution/module.mk @ 20606:1b62fc4e1b2f stable

doc: Cuddle parentheses in example code of for loop. * stmt.txi: Cuddle parentheses in example code of for loop.
author Rik <rik@octave.org>
date Wed, 07 Oct 2015 14:41:39 -0700
parents 68fc31c69fcb
children
line wrap: on
line source

fcn_handle_derived_resolution_FCN_FILES = \
  fcn-handle-derived-resolution/@fhdr_derived/fhdr_derived.m \
  fcn-handle-derived-resolution/@fhdr_other/getsize_arrayfun.m \
  fcn-handle-derived-resolution/@fhdr_other/getsize_cellfun.m \
  fcn-handle-derived-resolution/@fhdr_other/getsize_loop.m \
  fcn-handle-derived-resolution/@fhdr_other/fhdr_other.m \
  fcn-handle-derived-resolution/@fhdr_parent/numel.m \
  fcn-handle-derived-resolution/@fhdr_parent/fhdr_parent.m \
  fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst

FCN_FILES += $(fcn_handle_derived_resolution_FCN_FILES)