doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / inttostr
index 7f819ba..9eecea8 100644 (file)
@@ -2,30 +2,35 @@ Description:
 Convert integers to printable strings.
 
 Files:
+lib/anytostr.c
 lib/imaxtostr.c
-lib/intprops.h
 lib/inttostr.c
 lib/inttostr.h
 lib/offtostr.c
 lib/umaxtostr.c
-m4/intmax_t.m4
+lib/uinttostr.c
 m4/inttostr.m4
-m4/longlong.m4
-m4/uintmax_t.m4
 
 Depends-on:
+intprops
+stdint
 
 configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
-EXTRA_DIST += inttostr.c
+lib_SOURCES += \
+  imaxtostr.c \
+  inttostr.c \
+  offtostr.c \
+  uinttostr.c \
+  umaxtostr.c
 
 Include:
 "inttostr.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert