pmccabe2html: escaping of special characters
[gnulib.git] / modules / uniwidth / base
1 Description:
2 Base layer for Unicode string width.
3
4 Files:
5 lib/uniwidth.in.h
6 lib/localcharset.h
7 m4/libunistring-base.m4
8
9 Depends-on:
10 unitypes
11
12 configure.ac:
13 gl_LIBUNISTRING_LIBHEADER([0.9], [uniwidth.h])
14
15 Makefile.am:
16 BUILT_SOURCES += $(LIBUNISTRING_UNIWIDTH_H)
17
18 uniwidth.h: uniwidth.in.h
19         $(AM_V_GEN)rm -f $@-t $@ && \
20         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
21           cat $(srcdir)/uniwidth.in.h; \
22         } > $@-t && \
23         mv -f $@-t $@
24 MOSTLYCLEANFILES += uniwidth.h uniwidth.h-t
25
26 Include:
27 "uniwidth.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34