doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / unistdio / base
1 Description:
2 Base layer for formatted output to strings.
3
4 Files:
5 lib/unistdio.in.h
6 m4/libunistring-base.m4
7
8 Depends-on:
9 unitypes
10
11 configure.ac:
12 gl_LIBUNISTRING_LIBHEADER([0.9], [unistdio.h])
13
14 Makefile.am:
15 BUILT_SOURCES += $(LIBUNISTRING_UNISTDIO_H)
16
17 unistdio.h: unistdio.in.h
18         $(AM_V_GEN)rm -f $@-t $@ && \
19         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
20           cat $(srcdir)/unistdio.in.h; \
21         } > $@-t && \
22         mv -f $@-t $@
23 MOSTLYCLEANFILES += unistdio.h unistdio.h-t
24
25 Include:
26 "unistdio.h"
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33