man: more changes for man.3 pod files

generate-html requires a HEADER description for pod3

The Windows makefile needs to process pod.in files.

Change-Id: I5ac964cc8c1af73510d17b3a31bf1a9a5df3a58f
Reviewed-on: http://gerrit.openafs.org/5116
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
Jeffrey Altman 2011-07-28 15:07:32 -04:00 committed by Jeffrey Altman
parent 4138a778fe
commit 357e9f928f
2 changed files with 4 additions and 0 deletions

View File

@ -386,6 +386,9 @@ clean::
{pod1}.pod.in{pod1}.pod::
$(PERL) merge-pod $<
{pod3}.pod.in{pod3}.pod::
$(PERL) merge-pod $<
{pod5}.pod.in{pod5}.pod::
$(PERL) merge-pod $<

View File

@ -98,6 +98,7 @@ our $HEADER = <<'EOH';
EOH
our %HEADINGS = (1 => 'User Commands',
3 => 'C Library Functions',
5 => 'Configuration and Data Files',
8 => 'Administrator Commands');