]> git.proxmox.com Git - pve-docs.git/blobdiff - scan-adoc-refs
scan-adoc-refs: extract man page section from .adoc file
[pve-docs.git] / scan-adoc-refs
index eb70e510795b69c76bc4131eb5049cde3055e511..a9f3b739750db8b81fcd763191e9a88b9cab508b 100755 (executable)
@@ -104,6 +104,12 @@ sub register_title {
        die "unable to change title (no doctype)"
            if !defined($fileinfo->{doctype}->{$env}->{$filename});
     }
+
+    if (defined($doctype) && ($env eq 'manvolnum') && ($doctype == 0)) {
+       if ($title =~ m/.*\(([1-8])\)\s*$/) {
+           $fileinfo->{mansection}->{$env}->{$filename} = $1;
+       }
+    }
 }
 
 sub scan_adoc_file {