This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001502] Make ip6_init2() visible globally to allow method of disabling ipv6 support at runtime.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001502

--- Comment #12 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2012-03-09 22:00:52 GMT ---
(In reply to comment #9)
> I've tried several times over the years to get the right tools
> installed and set up to build the docs, but I've never been
> successful, I installed openjade this morning and then did some
> googling with the doc build errors I saw, but didn't get very far.

I wrote a memo for myself (but this is a debian-centric way). Copy that
memo here.

The eCos documentation writes itself in SGML format. To generate
documentation in HTML form you need to have the James Clark's DSSL
Engine (jade) and modular DocBook DSSSL stylesheets for print and HTML.
So, on Debian/Ubuntu, you have to install

  % sudo apt-get install jade docbook docbook-dsssl

Create new directory, e.g. /tmp/build, go there and type

  % $ECOS_REPOSITORY/../doc/sgml/makemakefile
  % make html

To generate eCos documents in PDF form you need pdfjadeTex package, it
is a version of TeX that can create PDF files as well as DVI files.
Install jatetex package

  % sudo apt-get install jadetex

and make PDF file

  % make pdfa4

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]