view scripts/help/module.mk @ 12826:56bc9eda5c9c

codesprint: Move unimplemented.m to help/ directory * miscellaneous/module.mk, help/module.mk: Move unimplemented.m to help/ directory
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 14:03:08 -0700
parents 8d20fb66a0dc
children 0bf51abcf759
line wrap: on
line source

FCN_FILE_DIRS += help

help_PRIVATE_FCN_FILES = \
  help/private/__additional_help_message__.m

help_FCN_FILES = \
  help/__makeinfo__.m \
  help/__strip_html_tags__.m \
  help/doc.m \
  help/gen_doc_cache.m \
  help/get_first_help_sentence.m \
  help/help.m \
  help/lookfor.m \
  help/print_usage.m \
  help/type.m \
  help/unimplemented.m \
  help/which.m \
  $(help_PRIVATE_FCN_FILES)

FCN_FILES += $(help_FCN_FILES)

PKG_ADD_FILES += help/PKG_ADD

DIRSTAMP_FILES += help/$(octave_dirstamp)