public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS]generation of documentation fails in ecos-3.0
@ 2009-04-13 10:21 Robert Brusa
  2009-04-13 11:24 ` Sergei Gavrikov
  2009-04-13 13:00 ` [ECOS] Re: generation " John Dallaway
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Brusa @ 2009-04-13 10:21 UTC (permalink / raw)
  To: ecos-discuss

Hi
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?
    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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS]generation of documentation fails in ecos-3.0
  2009-04-13 10:21 [ECOS]generation of documentation fails in ecos-3.0 Robert Brusa
@ 2009-04-13 11:24 ` Sergei Gavrikov
  2009-04-13 13:00 ` [ECOS] Re: generation " John Dallaway
  1 sibling, 0 replies; 4+ messages in thread
From: Sergei Gavrikov @ 2009-04-13 11:24 UTC (permalink / raw)
  To: Robert Brusa; +Cc: ecos-discuss

On Mon, Apr 13, 2009 at 11:46:04AM +0200, Robert Brusa wrote:
> Hi
> 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$
> -------------------------------------------------

Hi

Please, paste as 'env LANG=C command' (env LANG=C make pdfa4), we are
not polyglots, at the least I'm not :-) Robert, AFAIR, you need in the
bloat packages to generate pdfs: tex/latex/sgmltools. I remember what
someone share on the list what needs itself exactly. I have installed
all things to generate pdfs on my home PC, and if you can wait till
eastern europe evening, I can generate 3.0's pdfs and share them over
web.

2008/11/22 I generated pdf docs and placed them here
http://sites.google.com/site/sergeigavrikov/ecos-docs-latesti

Well, that is a bit out-dated. I hope that I will can regenerate new
stuff and put the docs there if it is interesting for you.


Sergei

> First I thought: "Ok, let me replace all /current/ by /v3_0/" but this did  
> not help. Any advice?
>    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

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] Re: generation of documentation fails in ecos-3.0
  2009-04-13 10:21 [ECOS]generation of documentation fails in ecos-3.0 Robert Brusa
  2009-04-13 11:24 ` Sergei Gavrikov
@ 2009-04-13 13:00 ` John Dallaway
  2009-04-14 10:04   ` Robert Brusa
  1 sibling, 1 reply; 4+ messages in thread
From: John Dallaway @ 2009-04-13 13:00 UTC (permalink / raw)
  To: Bob.Brusa; +Cc: eCos Discussion

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ECOS] Re: generation of documentation fails in ecos-3.0
  2009-04-13 13:00 ` [ECOS] Re: generation " John Dallaway
@ 2009-04-14 10:04   ` Robert Brusa
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Brusa @ 2009-04-14 10:04 UTC (permalink / raw)
  To: John Dallaway; +Cc: ecos-discuss

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-13 19:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-13 10:21 [ECOS]generation of documentation fails in ecos-3.0 Robert Brusa
2009-04-13 11:24 ` Sergei Gavrikov
2009-04-13 13:00 ` [ECOS] Re: generation " John Dallaway
2009-04-14 10:04   ` Robert Brusa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).