From: Jeffrey Altman Date: Thu, 28 Jul 2011 19:07:32 +0000 (-0400) Subject: man: more changes for man.3 pod files X-Git-Tag: upstream/1.8.0_pre1^2~3461 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=357e9f928fa0abb73ab3bb2e3b8e8fa17d0f9065;p=packages%2Fo%2Fopenafs.git 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 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/doc/man-pages/NTMakefile b/doc/man-pages/NTMakefile index 8a58d0a8e..dccb065fa 100644 --- a/doc/man-pages/NTMakefile +++ b/doc/man-pages/NTMakefile @@ -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 $< diff --git a/doc/man-pages/generate-html b/doc/man-pages/generate-html index 031f83453..d46c80fbb 100755 --- a/doc/man-pages/generate-html +++ b/doc/man-pages/generate-html @@ -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');