On Wed, Mar 30 2005, S�bastien Kirche wrote:

> Le 30 Mar 2005, Reiner Steib a formul� :
>
>> > It just failed  to fetch the faq as direct cvs  access does not function
>> > from my company network.
>> 
>> Oops. This should not happen. I will see how I can fix that.
>
> I though it was known... 

No, the generation of gnus-faq.texi is new.  I think what happened is
that the timestamp of xml2texi.sh and/or xml2texi.scm was newer than
gnus-faq.texi.  As gnus-faq.texi is distributed with Gnus CVS and
tarballs, fetching the FAQ from sourceforge shouldn't happen unless
you use "make gnus-faq-full-update".

> BTW it failed twice (same reason - cvs checkout time-out): 
> - at end of the configure script 
> - with make install when copying the files

Could you try the following patch (you must re-run configure
afterwards) and report back?

--8<---------------cut here---------------start------------->8---
--- Makefile.in 30 Mar 2005 12:33:27 -0000      6.29.2.6
+++ Makefile.in 30 Mar 2005 14:07:20 -0000
@@ -84,7 +84,7 @@
        fi
        mv $(REFCARD).pdf $@ 
 
-gnus-faq-full-update:  gnus-faq-clean gnus-faq.texi
+gnus-faq-full-update:  gnus-faq-clean gnus-faq-texi
 
 gnus-faq.xml:
        cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/gnus \
@@ -93,7 +93,7 @@
          { echo "Update of $@ failed."; : rm [EMAIL PROTECTED]; exit 1; }
        mv [EMAIL PROTECTED] $@
 
-gnus-faq.texi: gnus-faq.xml xml2texi.sh xml2texi.scm
+gnus-faq-texi: gnus-faq.xml xml2texi.sh xml2texi.scm
        ./xml2texi.sh $< [EMAIL PROTECTED]
        @echo
 # FIXME: This should be done in xml2texi.scm or gnus-faq.xml should be
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to