view scripts/path/module.mk @ 20387:4951982f8a2c stable

intro.txi: Improve documentation in introductory chapter. * intro.txi: Use 'diary' instead of 'cd' as an example of a command. Format sample function docstring to match modern usage. Improve phrasing of a few sentences.
author Rik <rik@octave.org>
date Mon, 11 May 2015 22:08:26 -0700
parents bb8d3f17248d
children fa9fa6ab76f0
line wrap: on
line source

FCN_FILE_DIRS += path

path_PRIVATE_FCN_FILES = \
  path/private/getsavepath.m

path_FCN_FILES = \
  path/matlabroot.m \
  path/pathdef.m \
  path/savepath.m \
  $(path_PRIVATE_FCN_FILES)

FCN_FILES += $(path_FCN_FILES)

PKG_ADD_FILES += path/PKG_ADD

DIRSTAMP_FILES += path/$(octave_dirstamp)