Re: make website and environments variables [WAS: Web glitch]

2012-08-29 Thread Graham Percival
On Tue, Aug 28, 2012 at 07:11:10PM +0200, Federico Bruni wrote:
 I can launch 'make website' now, but the css stylesheet is not loaded.
 Because there's no css/ directory in out-website/

Yes, because
  out-website/index.html
is not the real website.  Intead, look at
  out-website/website/index.html

- Graham

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: make website and environments variables [WAS: Web glitch]

2012-08-29 Thread Federico Bruni

Il 29/08/2012 14:21, Graham Percival ha scritto:

On Tue, Aug 28, 2012 at 07:11:10PM +0200, Federico Bruni wrote:

I can launch 'make website' now, but the css stylesheet is not loaded.
Because there's no css/ directory in out-website/


Yes, because
   out-website/index.html
is not the real website.  Intead, look at
   out-website/website/index.html



ok, I missed that
thanks

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: make website and environments variables [WAS: Web glitch]

2012-08-28 Thread Federico Bruni

Il 28/08/2012 16:43, Federico Bruni ha scritto:

Il 28/08/2012 16:27, Francisco Vila ha scritto:

2012/8/28 Federico Brunifedel...@gmail.com:

BTW, 'make website' doesn't exist anymore?


Yes it does, but to trigger it you need a value for the
LILYPOND_WEB_MEDIA_GIT environment variable.



Ok, found it:
http://lilypond.org/doc/v2.17/Documentation/contributor-big-page.html#environment-variables



I can launch 'make website' now, but the css stylesheet is not loaded.
Because there's no css/ directory in out-website/

This is the link (relative to out-website):
link rel=stylesheet type=text/css title=Default style 
href=css/lilypond-website.css



Any hint?

My ~/.bashrc contains the following variables:

LILYPOND_WEB_MEDIA_GIT=/home/fede/lilypond-extra
export LILYPOND_WEB_MEDIA_GIT

LILYPOND_GIT=~/lilypond-git
export LILYPOND_GIT
LILYPOND_BUILD_DIR=~/lilypond-git/
export LILYPOND_BUILD_DIR

I added the last two variables because I hoped to fix the problem but 
nothing changed.

Note: I do not compile in build/, just like any translator, AFAIK

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel