[ECOS] Re: generation of documentation fails in ecos-3.0

John Dallaway john@dallaway.org.uk
Mon Apr 13 13:00:00 GMT 2009


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

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



More information about the Ecos-discuss mailing list