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



Hi Ulf,

On Sat, Jul 21, 2012 at 08:20:47PM +0200, Ulf-D. Ehlert wrote:
> On Fri, Jul 20, 2012 at 08:36:04PM +1000, Roman Joost wrote:
> (Tip: "make -k [or --keep-going] validate-all" may be better, this
> will continue even if validating one language fails.)
Cheers for that!

> >     make html
> > 
> >     for i in `find ./html -name 'images' -type l`; do ln -sf -T ../images/$(basename $(dirname $i)) $i; done
> 
> I don't see what you want to achieve with this command, but I'm quite
> sure it will not work as expected - local or remote.
> 
> (If you really need something like this, we should better add a new
> 'make' target.)

Trashed it.

> I don't use rsync (so maybe I'm wrong), but IMHO you can use
> 
> 	rsync -avzr -e ssh \
> 		--relative \
> 		--delete   \
> 		images xml/*/images html \
> 		cube:/htdocs/2.8/
> 
>[...]
> ... if you create an alias for every language
> 
>         http://docs.gimp.org/2.8/LANG/ = htdocs/2.8/html/LANG
> 
> it should work[*].
It does. Thanks a lot!

Now docs.gimp.org should show NIGHTLIES again with all figures.

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]