lilypond-devel
[Top][All Lists]
Advanced

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

Re: `make web' problems


From: Han-Wen Nienhuys
Subject: Re: `make web' problems
Date: Thu, 14 Dec 2006 12:43:36 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

Werner LEMBERG escreveu:
>   . In the target `lang-merge' in file `doclang-targets.make', I had
>     to add
> 
>        --label=""
> 
>     as an option `grep' so that `make web' doesn't abort with error
> 
>       ln -f (standard (standard &&  ln -f input) input) && true
>       /bin/sh: -c: line 0: syntax error near unexpected token `('
>       /bin/sh: -c: line 0: `ln -f (standard (standard &&  ln -f input) input) 
> && true'
> 
>     Reason is that I get `(standard input)' in case that the
>     `find' program doesn't find anything; this option converts this
>     output to an empty string.
> 
>     Actually, I consider this as a hack, but it seems to work...


can you apply this? 

>   . `make web' produces a command which starts with
> 
>        ln -sf \
>          
> ../../../../../Documentation/user/./out-www/lilypond/lily-46633cc966.png \
>         ./out-www/lilypond/lily-46633cc966.png \
>        && ...
> 
>     (executed in the `Documentation/fr/user' directory) and which has
>     almost 80000 characters!  This doesn't look portable to me.

this should be done with a python script, running os.symlink()

-- 

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]