mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Make sure new character sets install.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4062 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f25c3717fe
commit
6e786ee19f
2 changed files with 13 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Apr 11 18:22:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* NSCharacterSets/GNUmakefile: List all new character set names.
|
||||
|
||||
Fri Apr 9 22:04:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSGAttributedString.m: Final optimisation - remove almost all
|
||||
|
|
|
@ -33,17 +33,19 @@ include ../config.mak
|
|||
charsetdir = $(GNUSTEP_RESOURCES)/gnustep/NSCharacterSets
|
||||
|
||||
CHARSET_FILES = \
|
||||
alphanumCharSet.dat \
|
||||
alphanumericCharSet.dat \
|
||||
controlCharSet.dat \
|
||||
decimalCharSet.dat \
|
||||
decimalDigitCharSet.dat \
|
||||
decomposableCharSet.dat \
|
||||
illegalCharSet.dat \
|
||||
lettercharCharSet.dat \
|
||||
nonbaseCharSet.dat \
|
||||
letterCharSet.dat \
|
||||
lowercaseLetterCharSet.dat \
|
||||
nonBaseCharSet.dat \
|
||||
punctuationCharSet.dat \
|
||||
uppercaseCharSet.dat \
|
||||
whitespaceCharSet.dat \
|
||||
whitespaceandnlCharSet.dat
|
||||
symbolAndOperatorCharSet.dat \
|
||||
uppercaseLetterCharSet.dat \
|
||||
whitespaceAndNlCharSet.dat \
|
||||
whitespaceCharSet.dat
|
||||
|
||||
RCS_FILES = GNUmakefile Makefile.postamble
|
||||
DIST_FILES = $(RCS_FILES) $(CHARSET_FILES) README.CharSet
|
||||
|
|
Loading…
Reference in a new issue