src/Makefile: Support parallel builds when creating the manpages.
authorSebastian Harl <sh@tokkee.org>
Wed, 28 Oct 2009 18:32:36 +0000 (19:32 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 28 Oct 2009 18:41:23 +0000 (19:41 +0100)
commit32ebb9e61e6f66bf5e689e37e6a61276b6b11597
tree8a1232caa8b4b4d6be72dd2e0419f917cb070e0b
parent3439c4a3e08adfef8f35d0e058fadc7e71501486
src/Makefile: Support parallel builds when creating the manpages.

A temporary file name is used when creating the manpages. So far, a static
file name had been used for that, thus causing race conditions. Now, a unique
suffix (PID) is used to fix that.

Thanks to BC^bd for reporting that on IRC!
src/Makefile.am