Re: Issue 1526 in lilypond: Building only English docs

2011-10-18 Thread lilypond
Comment #15 on issue 1526 by julien.r...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 The long time is because your build system is half broken, as I said: you need proper dependencies on targets, and a proper separation of targets. At the

Re: Issue 1526 in lilypond: Building only English docs

2011-10-18 Thread Trevor Daniels
I should clarify that I don't like doc-section.sh, I've never liked it; it's the worst kind of "alternate build system" hack... but mao, just look at those numbers. 3 minutes vs. less than 1 second ?! I hadn't realized the difference was that extreme. I'm sorely tempted to spend some time

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Comment #14 on issue 1526 by percival.music...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 I agree with #3 as a general rule. I agree that #1 is easily solved by just typing more and that's no issue for unix people; I'm not certain that I

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Comment #13 on issue 1526 by julien.r...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 I might look intoimplementing `make html-doc' and `make pdf-doc' or something like that as those to me seem to warrant some special targets.

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Comment #12 on issue 1526 by julien.r...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 If I'm picking my answer there would be no patch because I would stick to the `make this-file' idiom. Special targets like `make doc' are available and th

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Comment #11 on issue 1526 by percival.music...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 "windows users running lilydev". Yes, they have ubuntu, but they're still unfamiliar with the process. I already know that make out=www build/Doc

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Comment #10 on issue 1526 by julien.r...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 I'm puzzled how you run this build system on windows. Doesn't it rely on tons of shell utilities? sed ls ln grep tail what have you? Anyway, yes sure ease

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Comment #9 on issue 1526 by julien.r...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 It's true that I'm building in source to test this, but if your build system is only half-broken it shouldn't matter if you do that out-of-source. Worth gi

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Updates: Labels: -Priority-Medium Comment #8 on issue 1526 by percival.music...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 We heavily discourage in-tree builds; inexperienced contributors should always be doing out-of-tree builds in

Re: Issue 1526 in lilypond: Building only English docs

2011-10-17 Thread lilypond
Comment #7 on issue 1526 by julien.r...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 Presuming you're currently working in Documentation/ To build English-only docs: make local-doc When you recently did make local-doc and have up-to-date pdf'

Re: Issue 1526 in lilypond: Building only English docs

2011-02-22 Thread lilypond
Comment #5 on issue 1526 by tdaniels...@googlemail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 The script could certainly be improved, but I use a version of it all the time to check doc edits. A big advantage is it works in bash from mingw und

Re: Issue 1526 in lilypond: Building only English docs

2011-02-21 Thread lilypond
Comment #4 on issue 1526 by percival.music.ca: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 1) as you noted, that script isn't set up for ~/lilypond-git, which it should be. That's issue 1236. 2) I'm not at all certain that the script supports the out-o

Re: Issue 1526 in lilypond: Building only English docs

2011-02-21 Thread lilypond
Comment #3 on issue 1526 by colinpkc...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 I have my repository in lilypond-git, so I went into doc-section.sh and changed lilypond to lilypond-git. I also did the mkdir and cp per CG 5.6 but any b

Re: Issue 1526 in lilypond: Building only English docs

2011-02-21 Thread lilypond
Comment #2 on issue 1526 by carl.d.s...@gmail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 We have a script in scripts/auxiliar that does Phil's request. See scripts/auxiliar/doc-section.sh and scripts/auxiliar/cg-section.sh _

Re: Issue 1526 in lilypond: Building only English docs

2011-02-21 Thread lilypond
Updates: Summary: Building only English docs Comment #1 on issue 1526 by philehol...@googlemail.com: Building only English docs http://code.google.com/p/lilypond/issues/detail?id=1526 It would be even nicer if you could only build the doc you're working on: build doc essay for examp