]> git.pld-linux.org Git - packages/xen.git/blob - xen-doc.patch
509440b27b7b8d77e81314230f44f53e6357a114
[packages/xen.git] / xen-doc.patch
1 --- xen-4.2.2/tools/qemu-xen/scripts/texi2pod.pl~       2013-04-06 01:39:54.000000000 +0200
2 +++ xen-4.2.2/tools/qemu-xen/scripts/texi2pod.pl        2013-07-22 14:27:37.959914694 +0200
3 @@ -339,6 +339,8 @@
4  $sects{NAME} = "$fn \- $tl\n";
5  $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
6  
7 +print "=encoding utf8\n";
8 +
9  for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
10               BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
11      if(exists $sects{$sect}) {
12 --- xen-4.2.2/tools/qemu-xen-traditional/texi2pod.pl~   2013-04-06 01:39:54.000000000 +0200
13 +++ xen-4.2.2/tools/qemu-xen-traditional/texi2pod.pl    2013-07-22 14:27:37.959914694 +0200
14 @@ -339,6 +339,8 @@
15  $sects{NAME} = "$fn \- $tl\n";
16  $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
17  
18 +print "=encoding utf8\n";
19 +
20  for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
21               BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
22      if(exists $sects{$sect}) {
23 --- xen-4.2.2/tools/qemu-xen-traditional/configure~     2013-07-22 14:35:56.118261587 +0200
24 +++ xen-4.2.2/tools/qemu-xen-traditional/configure      2013-07-22 14:43:48.376345178 +0200
25 @@ -1087,7 +1087,7 @@
26  fi
27  
28  # Check if tools are available to build documentation.
29 -if [ -x "`which texi2html 2>/dev/null`" ] && \
30 +if [ -x "`which texi2any 2>/dev/null`" ] && \
31     [ -x "`which pod2man 2>/dev/null`" ]; then
32    build_docs="yes"
33  fi
34 --- xen-4.2.2/tools/qemu-xen-traditional/Makefile~      2013-01-17 17:00:26.000000000 +0100
35 +++ xen-4.2.2/tools/qemu-xen-traditional/Makefile       2013-07-22 14:44:29.273423099 +0200
36 @@ -275,7 +275,7 @@
37  
38  # documentation
39  %.html: %.texi
40 -       texi2html -monolithic -number $<
41 +       texi2any --html --no-split --number-sections $<
42  
43  %.info: %.texi
44         makeinfo $< -o $@
This page took 0.01824 seconds and 2 git commands to generate.