Bruno Haible <[EMAIL PROTECTED]> writes: > This additional patch was necessary. Also, Simon, subdirectory modules > are failing in your buildbot logs: http://autobuild.josefsson.org/gnulib/ > I guess all that's needed is to transform the module name by replacing slashes > with some other character: sed -e 's|/|%|g'
Thanks, I'll look into it. Meanwhile, this patch was useful for me: 2007-01-11 Simon Josefsson <[EMAIL PROTECTED]> * gnulib-tool (func_all_modules): Exclude all .* files (e.g., Emacs .#* auto-save files). --- gnulib-tool 11 Jan 2007 14:25:25 +0100 1.212 +++ gnulib-tool 11 Jan 2007 14:27:35 +0100 @@ -825,6 +825,7 @@ -e '/^README$/d' -e '/\/README$/d' \ -e '/^TEMPLATE$/d' \ -e '/^TEMPLATE-TESTS$/d' \ + -e '/^\..*/d' \ -e '/~$/d' \ | sed -e '/-tests$/d' \ | LC_ALL=C sort -u