view scripts/set/module.mk @ 17328:ea23eb07f8ed

Add missing TeX symbols and fix few others (bug #39828). * libinterp/corefcn/oct-tex-lexer.ll (ID): Allow digit characters. * libinterp/corefcn/txt-eng.cc (symbol_names): Add "angle", "ast", "sim", "Leftarrow" and "Rightarrow". (symbol_codes): Likewise. Fix unicode values for symbols "langle" and "rangle".
author Michael Goffioul <michael.goffioul@gmail.com>
date Fri, 23 Aug 2013 11:47:04 -0400
parents 5edee330d4cb
children
line wrap: on
line source

FCN_FILE_DIRS += set

set_FCN_FILES = \
  set/intersect.m \
  set/ismember.m \
  set/powerset.m \
  set/setdiff.m \
  set/setxor.m \
  set/union.m \
  set/unique.m \
  set/private/validargs.m

FCN_FILES += $(set_FCN_FILES)

PKG_ADD_FILES += set/PKG_ADD

DIRSTAMP_FILES += set/$(octave_dirstamp)