docs: fix the missing parameter description section in the smb.conf manpage
authorMichael Adam <obnox@samba.org>
Tue, 5 Apr 2011 21:07:01 +0000 (23:07 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 5 Apr 2011 23:22:00 +0000 (01:22 +0200)
commit82e0ba22ce51659d9c455c477d217bc8bbaf71b3
treea46ad2ace776405048263d339e6ccf7d89f9e249
parentf52b3180fe314dbfb6bfd0f27b36ceb7a49e8231
docs: fix the missing parameter description section in the smb.conf manpage

The smb.conf (5) manpage recently sometimes failed to contain the
contents of the description of each parameter section. The reason
was a unreliable chain of dependencies in the Makefile.

The error can be reproduced by touching manpages-3/smb.conf.5.xml
and then building the manpages.
Then smb.conf.5.xml is newer than any of the smbdotconf/*/*.xml
files and hence the intermediate inexistent parameters.*.xml
don't get generated.

This patch fixes this problem by introducing a phony "parameters"
target referencing the parameters.*.xml targets, so that they
get build unconditionally.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Wed Apr  6 01:22:00 CEST 2011 on sn-devel-104
docs-xml/Makefile