Fix a dangerous bug in Makefile which actually allows 'make release' to skip
commit0c2ea0883be8b1839dcc16eef0c23d36c3818f5e
authorAlexander Bokovoy <ab@samba.org>
Wed, 20 Apr 2005 12:03:35 +0000 (20 12:03 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 16:52:05 +0000 (23 11:52 -0500)
treed9e421fcce193382f38ab2afe1277699d9a68c50
parent00b84bba8da47272d57104262b8b6ebf08872e65
Fix a dangerous bug in Makefile which actually allows 'make release' to skip
building 'manpages' target because there is already 'manpages' directory and
some make versions are very sensible to what particular file system reports as
timestamp for the file or a directory.

In particular, this behaviour is reproduceable on some 2.4 kernels with Ext3.
Thanks to Dmitry Levin <ldv@altlinux.org> for spotting the bug and providing the
fix.
docs/Makefile