> Thanks. It's fine now: the newest MODULES.html fixes the problems with the > hyperlinks.
I'm removing the --cvs-urls option. Note that the problem was that these URLs referred to the old cvs repository. The git-mirroring cvs repository works fine, but AFAIK it is not viewable through http. Bruno 2008-08-29 Bruno Haible <[EMAIL PROTECTED]> * MODULES.html.sh: Remove --cvs-urls option. --- MODULES.html.sh.orig 2008-08-29 12:05:05.000000000 +0200 +++ MODULES.html.sh 2008-08-29 11:57:57.000000000 +0200 @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -# Usage: MODULES.html.sh [--cvs-urls|--git-urls] > MODULES.html +# Usage: MODULES.html.sh [--git-urls] > MODULES.html # Extend the PATH so that gnulib-tool is found. PATH=`dirname "$0"`:$PATH; export PATH @@ -31,11 +31,6 @@ repo_url_suffix= if test $# != 0; then case "$1" in - --cvs-urls) - # Generate URLs to the official gnulib CVS repository. - repo_url_prefix='http://cvs.sv.gnu.org/viewcvs/*checkout*/gnulib/' - repo_url_suffix='?root=gnulib&content-type=text/plain' - ;; --git-urls) # Generate URLs to the official gnulib git repository. repo_url_prefix='http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f='