doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / getdate
index 108af0f..37c37f9 100644 (file)
@@ -1,28 +1,27 @@
 Description:
 Convert a date/time string to linear time.
 
+Status:
+deprecated
+
+Notice:
+This module is deprecated. Use the module 'parse-datetime' instead.
+
 Files:
+doc/getdate.texi
 lib/getdate.h
-lib/getdate.y
-m4/bison.m4
-m4/tm_gmtoff.m4
-m4/getdate.m4
 
 Depends-on:
-mktime
-unlocked-io
+parse-datetime
 
 configure.ac:
-gl_GETDATE
 
 Makefile.am:
-lib_SOURCES += getdate.h getdate.y
-BUILT_SOURCES += getdate.c
-MAINTAINERCLEANFILES += getdate.c
 
 Include:
-"getdate.h"
+
+License:
+GPL
 
 Maintainer:
 Paul Eggert
-