[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] missing --doc-base option
From: |
Bruno Haible |
Subject: |
Re: [bug-gnulib] missing --doc-base option |
Date: |
Sat, 29 Jul 2006 17:54:06 +0200 |
User-agent: |
KMail/1.9.1 |
Eric Blake wrote:
> According to Bruno Haible on 7/29/2006 6:44 AM:
> > --- 1030,1036 ----
> > if test -z "$docbase"; then
> > docbase="$cached_docbase"
> > if test -z "$docbase"; then
> > ! func_fatal_error "missing --doc-base option. --doc-base has been
> > introduced on 2006-07-11; if your last invocation of 'gnulib-tool --update'
> > is before that date, you need to run 'gnulib-tool --update' once, with a
> > --doc-base option."
>
> That second --update should read --import.
Yes, actually both --update should be --import. Fixed, thanks. I was
confused.
Bruno