lilypond-devel
[Top][All Lists]
Advanced

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

`make web' problems


From: Werner LEMBERG
Subject: `make web' problems
Date: Wed, 13 Dec 2006 17:15:34 +0100 (CET)

[lilypond 2.11.2]

Two issues.

  . 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...


  . `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.


      Werner




reply via email to

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