lilypond-devel
[Top][All Lists]
Advanced

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

Re: Include path priority for documentation/snippets


From: Graham Percival
Subject: Re: Include path priority for documentation/snippets
Date: Tue, 28 Jul 2009 15:15:46 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Jul 28, 2009 at 09:55:12PM +0100, Neil Puttock wrote:
> This prevents identically-named regression tests from shadowing
> LSR snippets in the docs (e.g., ambitus.ly).
> 
> diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make
> index 126d2c3..72e6f9b 100644
> --- a/make/lilypond-vars.make
> +++ b/make/lilypond-vars.make
> @@ -27,10 +27,11 @@ CONVERT_LY = $(script-dir)/convert-ly.py
>  LILYPOND_BOOK = $(script-dir)/lilypond-book.py
>  
>  LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) \
> + -I $(top-src-dir)/Documentation/snippets  \
>   -I $(input-dir)/regression/ -I $(input-dir)/manual/ \
>   -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/    \
>   -I $(top-build-dir)/mf/out/ -I $(top-src-dir)/input/manual \
> - -I $(top-src-dir)/Documentation -I $(top-src-dir)/Documentation/snippets
> + -I $(top-src-dir)/Documentation

This can (+ should, although it's not a priority) be simplified
further: all the input-dir stuff should eliminated (including
regressions).

Cheers,
- Graham




reply via email to

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