summaryrefslogtreecommitdiff
path: root/gnulib/modules/uninorm/composition
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/uninorm/composition')
m---------gnulib0
-rw-r--r--gnulib/modules/uninorm/composition33
2 files changed, 33 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/uninorm/composition b/gnulib/modules/uninorm/composition
new file mode 100644
index 00000000..4b8b1df0
--- /dev/null
+++ b/gnulib/modules/uninorm/composition
@@ -0,0 +1,33 @@
+Description:
+Composition of Unicode characters.
+
+Files:
+lib/uninorm/composition.c
+lib/uninorm/composition-table.gperf
+
+Depends-on:
+uninorm/base
+gperf
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += uninorm/composition.c
+
+uninorm/composition-table.h: $(srcdir)/uninorm/composition-table.gperf
+ $(GPERF) -m 1 $(srcdir)/uninorm/composition-table.gperf > $(srcdir)/uninorm/composition-table.h-t
+ mv $(srcdir)/uninorm/composition-table.h-t $(srcdir)/uninorm/composition-table.h
+BUILT_SOURCES += uninorm/composition-table.h
+MOSTLYCLEANFILES += uninorm/composition-table.h-t
+MAINTAINERCLEANFILES += uninorm/composition-table.h
+EXTRA_DIST += uninorm/composition-table.h
+
+Include:
+"uninorm.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+