File: fix-missing-manpages

package info (click to toggle)
libgo-perl 0.15-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,108 kB
  • sloc: perl: 13,147; sh: 21; makefile: 7
file content (66 lines) | stat: -rw-r--r-- 1,263 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Author: Charles Plessy <plessy@debian.org>
Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=37324
Description: Adds minimalistic manpages
 This patch adds minimalistic POD documentation to scripts that are
 installed in /usr/bin. Manual pages will be autogenerated and
 installed during the build process.
--- a/scripts/go-apply-xslt
+++ b/scripts/go-apply-xslt
@@ -99,3 +99,19 @@
 EOM
   ;
 }
+
+__END__
+
+=head1 NAME
+
+go-apply-xslt - apply GO XSL on OBO-XML
+
+=head1 DESCRIPTION
+
+Will apply a GO XSL transform (by name) on an OBO-XML file
+
+For a full list of XSLs available, see <http://www.godatabase.org/xml/xsl>
+
+=head1 SEE ALSO
+
+L<go-perl>
--- a/scripts/go-export-prolog.pl
+++ b/scripts/go-export-prolog.pl
@@ -36,3 +36,15 @@
       ;
 }
 $parser->parse (@fns);
+
+=head1 NAME
+
+go-export-prolog - exports to prolog
+
+=head1 DESCRIPTION
+
+Exports to prolog
+
+=head1 SEE ALSO
+
+L<go-perl>
--- a/scripts/go2error_report
+++ b/scripts/go2error_report
@@ -28,3 +28,17 @@
     $parser->errhandler($errhandler);
     $parser->parse($f);
 }
+
+__END__
+
+=head1 NAME
+
+go2error_report - converts go/obo to error_report
+
+=head1 DESCRIPTION
+
+Converts a file in any valid go/obo format to error_report.
+
+=head1 SEE ALSO
+
+L<go-perl>