man: more changes for man.3 pod files
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 28 Jul 2011 19:07:32 +0000 (15:07 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Sun, 31 Jul 2011 17:20:44 +0000 (10:20 -0700)
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>

doc/man-pages/NTMakefile
doc/man-pages/generate-html

index 8a58d0a..dccb065 100644 (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 $<
 
index 031f834..d46c80f 100755 (executable)
@@ -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');