This is the mail archive of the ecos-discuss@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]

Re: generation of documentation fails in ecos-3.0


On Mon, 13 Apr 2009 13:23:37 +0200, John Dallaway <john@dallaway.org.uk> wrote:

Hi Robert

Robert Brusa wrote:

I generated a makefile by executing makemakefile in ~ecoswc-3.0/doc/sgml
and then tried to run make pdfa4 - and this is what I got:
-------------------------------------------------
rwb@debi27:~/ecoswc-3.0/doc/sgml$ make pdfa4
make: *** Keine Regel vorhanden, um das Target
Â/home/rwb/ecoswc-3.0/doc/sgml/../../packages/kernel/current/doc/kernel.sgmlÂ,

  benÃtigt von Âecos-ref-a4.pdfÂ, zu erstellen.  Schluss.
rwb@debi27:~/ecoswc-3.0/doc/sgml$
-------------------------------------------------

First I thought: "Ok, let me replace all /current/ by /v3_0/" but this
did not help. Any advice?

You will need to pass the package version string into the makemakefile script as a command line parameter:

   bash$ cd doc/sgml/
   bash$ ./makemakefile v3_0
   bash$ make pdfa4

I hope that helps

John Dallaway

Yes it did help. Thank you. Robert

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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