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.am')
-rw-r--r--newlib/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 205705d88..809d49238 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -382,6 +382,15 @@ endif
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