discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

building gnustep-make doc


From: Yves de Champlain
Subject: building gnustep-make doc
Date: Wed, 15 Mar 2006 12:14:11 -0500

Hi

texi2html (1.76) returns an error. html doc is generated but not the _toc, so it does not install either. For example with faq.texi :

sh-2.05b$ texi2html -split_chapter -expandinfo -init_file gnustep.init faq.texi error loading .//gnustep.init: .//gnustep.init did not return a true value at /opt/local/bin/texi2html line 166.

sh-2.05b$ ls faq
faq.html        faq_1.html      faq_abt.html

More precisely :

sh-2.05b$ sudo texi2html --Verbose -split_chapter -expandinfo - init_file gnustep.init faq.texi error loading .//gnustep.init: .//gnustep.init did not return a true value at /opt/local/bin/texi2html line 166.

# Expanded: verbatim ifnotxml documentdescription ifnotplaintext html ifinfo ifnotdocbook titlepage ifset menu copying ifnottex ifclear ifhtml
# putting result files into directory faq/
# reading from faq.texi
# using 'en' as document language
# end of pass texi
# end of pass structure
# Writing elements:
# Writing to faq/faq.html .
# Writing to faq/faq_1.html .......................................
# writing About in faq/faq_abt.html
# that's all folks

line 166 is

    eval { require($file) ;};

context is

sub load($)
{
    my $file = shift;
    eval { require($file) ;};
    if ($@ ne '')
    {
        print STDERR "error loading $file: $@\n";
        return 0;
    }
    return 1;
}

thanks for any help

yves





reply via email to

[Prev in Thread] Current Thread [Next in Thread]