On Sun, 16 Sep 2012 17:55:23 +0100
Ralph Corderoy wrote:
> bar.out: bar
> ./foo bar >bar.out
> ./foo bar >bar.tmp && mv bar.tmp bar.out
If I might suggest
bar.out: bar
./foo bar >$@~
@mv $@~ $@
Use of the trailing ~ is unlikely ever to co
Hi,
Deri wrote:
> I am still working on a more robust solution which will stop the make
> failing if the required fonts are not found.
>From the OP's description it sounds like the makefile uses shell
redirection leaving the built file behind on failure so the next plain
`make' thinks it's alread
On 09/16/2012 06:18 PM, Deri James wrote:
On Sunday 16 Sep 2012 17:44:09 Werner LEMBERG wrote:
Warning: line 78: Failed to create groff font 'U-AB' by running
afmtodit
This means that the URW versions of the standard Postscript fonts are
either not installed or located in a directory not found
On Sunday 16 Sep 2012 17:44:09 Werner LEMBERG wrote:
> > Warning: line 78: Failed to create groff font 'U-AB' by running
> > afmtodit
>
> This means that the URW versions of the standard Postscript fonts are
> either not installed or located in a directory not found by a building
> script. We are
> Warning: line 78: Failed to create groff font 'U-AB' by running
> afmtodit
This means that the URW versions of the standard Postscript fonts are
either not installed or located in a directory not found by a building
script. We are aware of this problem, and this will be eventually
fixed.
> PS: