mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
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:
parent
4138a778fe
commit
357e9f928f
@ -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 $<
|
||||
|
||||
|
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user