doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / inttostr
index 658afb0..9eecea8 100644 (file)
@@ -2,11 +2,13 @@ Description:
 Convert integers to printable strings.
 
 Files:
+lib/anytostr.c
 lib/imaxtostr.c
 lib/inttostr.c
 lib/inttostr.h
 lib/offtostr.c
 lib/umaxtostr.c
+lib/uinttostr.c
 m4/inttostr.m4
 
 Depends-on:
@@ -17,12 +19,18 @@ configure.ac:
 gl_INTTOSTR
 
 Makefile.am:
+lib_SOURCES += \
+  imaxtostr.c \
+  inttostr.c \
+  offtostr.c \
+  uinttostr.c \
+  umaxtostr.c
 
 Include:
 "inttostr.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert