Re: [GUILT 1/5] Fix generation of Documentation/usage-%.txt.

2015-01-23 Thread Jeff Sipek
On Fri, Jan 23, 2015 at 03:33:03PM +0100, Per Cederqvist wrote: > On Fri, Jan 23, 2015 at 3:21 PM, Jeff Sipek wrote: > > On Fri, Jan 23, 2015 at 02:24:55PM +0100, Per Cederqvist wrote: > >> The old rule worked, most of the time, but had several issues: > >> > >> - It depended on the corresponding

Re: [GUILT 1/5] Fix generation of Documentation/usage-%.txt.

2015-01-23 Thread Per Cederqvist
On Fri, Jan 23, 2015 at 3:21 PM, Jeff Sipek wrote: > On Fri, Jan 23, 2015 at 02:24:55PM +0100, Per Cederqvist wrote: >> The old rule worked, most of the time, but had several issues: >> >> - It depended on the corresponding guilt-*.txt file, but the usage.sh >>script actually reads ../guilt-f

Re: [GUILT 1/5] Fix generation of Documentation/usage-%.txt.

2015-01-23 Thread Jeff Sipek
On Fri, Jan 23, 2015 at 02:24:55PM +0100, Per Cederqvist wrote: > The old rule worked, most of the time, but had several issues: > > - It depended on the corresponding guilt-*.txt file, but the usage.sh >script actually reads ../guilt-foo. > > - Actually, each usage-%.txt depended on all gu

[GUILT 1/5] Fix generation of Documentation/usage-%.txt.

2015-01-23 Thread Per Cederqvist
The old rule worked, most of the time, but had several issues: - It depended on the corresponding guilt-*.txt file, but the usage.sh script actually reads ../guilt-foo. - Actually, each usage-%.txt depended on all guilt-*.txt files, so make had to do more work than necessary if a single f