Re: [Gimp-docs] Figures for each language on docs.gimp.org



Hi Ulf,

On Thu, Jul 19, 2012 at 06:27:55PM +0200, Ulf-D. Ehlert wrote:
> On Thu, Jul 19, 2012 at 08:02:11PM +1000, Roman Joost wrote:
> > E.g. http://docs.gimp.org/2.8/de/gimp-concepts-main-windows.html#gimp-concepts-toolbox
> > 
> > uses images/using/toolbox-description.png for the toolbox figure, but if
> > I check under images/de/using, there is no such file. Perhaps should it
> > use the one located under 'C'?
> > 
> > What build step may I have missed?
> 
> How are the docs installed on the server?

Sorry for leaving out that much information ;)

Build steps are:

    make clean

    ./autogen.sh --without-gimp

    make validate-all

    make html

    for i in `find ./html -name 'images' -type l`; do ln -sf -T ../images/$(basename $(dirname $i)) $i; done

    for i in html/ images xml; do\
      rsync -avzr -e ssh $i cube:/htdocs/2.8/;
    done

In the second last step, I'm repointing the the image links to one level
above the HTML directory. That's because the 2.8 directory holds the
whole structure and sub-directories:

    /2.8/html/...
    /2.8/images/...
    /2.8/xml/...

I'm now thinking that this steps stuffs the figures up, but I can't
really find that is is all correctly wired before I run the step.

Cheers,
-- 
Roman Joost
www: http://www.romanofski.de
email: romanofski gimp org

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]