doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / exclude
index 50da07d..b1f8399 100644 (file)
@@ -1,23 +1,29 @@
 Description:
+Manage list of filenames or wildcard patterns for --exclude option processing.
 
 Files:
 lib/exclude.h
 lib/exclude.c
-m4/exclude.m4
 
 Depends-on:
-xalloc
-strcase
-unlocked-io
-fnmatch-gnu
+fnmatch
+hash
+mbscasecmp
+mbuiter
 stdbool
+verify
+xalloc
 
 configure.ac:
-gl_EXCLUDE
 
 Makefile.am:
-lib_SOURCES += exclude.h exclude.c
+lib_SOURCES += exclude.c
 
 Include:
 "exclude.h"
 
+License:
+GPL
+
+Maintainer:
+Paul Eggert