On Mon, 13 Apr 2009 13:23:37 +0200, John Dallaway <[email protected]> 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:
-------------------------------------------------
r...@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.
r...@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

Reply via email to