Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/Makefile.in')
-rw-r--r--newlib/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index 3b35251a7..c3ee2908f 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -1129,6 +1129,15 @@ install-data-local: install-toollibLIBRARIES
done ; \
else true; fi
+# Generate Unicode data tables for libc/string/wcwidth and libc/ctype/??w*
+unidata:
+ cd $(srcdir)/libc/string; ./mkunidata
+ cd $(srcdir)/libc/ctype; ./mkunidata
+
+unidate-download:
+ cd $(srcdir)/libc/string; ./mkunidata -u
+ cd $(srcdir)/libc/ctype; ./mkunidata -u
+
# Force makedoc to be built before building info files.
info-recursive: doc/makedoc
dvi-recursive: doc/makedoc