mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add -x CompositionExclusions.txt as parameter to ucgendat, in order to
exclude some compositions from comp.dat
This commit is contained in:
parent
1bea1fdd34
commit
cacb73c3db
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ LDAP_LIBDIR= ../../libraries
|
|||
|
||||
ucgendat: $(LIBRARY) ucgendat.o
|
||||
$(LTLINK) -o $@ ucgendat.o $(LIBS)
|
||||
./ucgendat $(srcdir)/UnicodeData.txt
|
||||
./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt
|
||||
|
||||
DATFILES = case.dat cmbcl.dat ctype.dat decomp.dat num.dat
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue