summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@ces.clemson.edu>2009-04-03 18:32:02 -0400
committerJoel E. Denny <jdenny@ces.clemson.edu>2009-04-03 18:54:41 -0400
commit1c93f35bfa3bcfcc66bd19e3e833cc28583d2185 (patch)
tree9e88fbf693f0259a7a2f0fdbf5cd9d5d53092c40 /bootstrap.conf
parent86cfae0a483ef2d39caa4ea3f3de8aabcee9801a (diff)
downloadbison-1c93f35bfa3bcfcc66bd19e3e833cc28583d2185.tar.gz
Help with updating web manual.
* HACKING: Incorporate instructions from gnulib/doc/README. * bootstrap.conf (gnulib_modules): Add gendocs.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index bcab1b89..c7596c17 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
# Bootstrap configuration.
-# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,12 +17,12 @@
# gnulib modules used by this package.
gnulib_modules='
- announce-gen argmatch config-h c-strcase configmake
- dirname error extensions fopen-safer getopt gettext git-version-gen
- gnumakefile hash inttypes javacomp-script javaexec-script malloc
- mbswidth obstack quote quotearg stdbool stpcpy strerror strtoul
- strverscmp unistd unistd-safer unlocked-io unsetenv verify
- warnings xalloc xalloc-die xstrndup
+ announce-gen argmatch config-h c-strcase configmake dirname error
+ extensions fopen-safer gendocs getopt gettext git-version-gen
+ gnumakefile hash inttypes javacomp-script javaexec-script malloc
+ mbswidth obstack quote quotearg stdbool stpcpy strerror strtoul
+ strverscmp unistd unistd-safer unlocked-io unsetenv verify warnings
+ xalloc xalloc-die xstrndup
'
# Additional xgettext options to use. Use "\\\newline" to break lines.