doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / timespec
index edd2dfc..176022c 100644 (file)
@@ -1,17 +1,20 @@
 Description:
-struct timespec.
+timespec-related declarations
 
 Files:
 lib/timespec.h
+lib/timespec.c
 m4/timespec.m4
 
 Depends-on:
-extensions
+extern-inline
+time
 
 configure.ac:
 gl_TIMESPEC
 
 Makefile.am:
+lib_SOURCES += timespec.c
 
 Include:
 "timespec.h"
@@ -20,4 +23,4 @@ License:
 GPL
 
 Maintainer:
-Jim Meyering
+Paul Eggert and Jim Meyering