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)
committerKarolin Seeger <kseeger@samba.org>
Tue, 21 Jun 2011 17:48:04 +0000 (19:48 +0200)
commit08e64ab50b9202ccbc6c0b397f9ac8cc467c2254
tree33181ca98711c7f9ee5e204d353043d2fdb3c6e2
parenta33b6032beb45f7ba07432899236fccb133a6dfc
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.

Fix bug #7997 (smb.conf.5 manpage truncated in 3.5.8).
docs-xml/Makefile