]> git.pld-linux.org Git - packages/xen.git/blob - xen-doc.patch
Version: 4.3.1
[packages/xen.git] / xen-doc.patch
1 --- xen-4.2.2/tools/qemu-xen/qemu-options.hx~   2013-04-06 01:39:54.000000000 +0200
2 +++ xen-4.2.2/tools/qemu-xen/qemu-options.hx    2013-07-22 14:17:13.970296816 +0200
3 @@ -1799,7 +1799,7 @@
4  devices.
5  
6  Syntax for specifying a sheepdog device
7 -@table @list
8 +@table @code
9  ``sheepdog:<vdiname>''
10  
11  ``sheepdog:<vdiname>:<snapid>''
12 --- xen-4.2.2/tools/qemu-xen/scripts/texi2pod.pl~       2013-04-06 01:39:54.000000000 +0200
13 +++ xen-4.2.2/tools/qemu-xen/scripts/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/texi2pod.pl~   2013-04-06 01:39:54.000000000 +0200
24 +++ xen-4.2.2/tools/qemu-xen-traditional/texi2pod.pl    2013-07-22 14:27:37.959914694 +0200
25 @@ -339,6 +339,8 @@
26  $sects{NAME} = "$fn \- $tl\n";
27  $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
28  
29 +print "=encoding utf8\n";
30 +
31  for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
32               BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
33      if(exists $sects{$sect}) {
34 --- xen-4.2.2/tools/qemu-xen-traditional/configure~     2013-07-22 14:35:56.118261587 +0200
35 +++ xen-4.2.2/tools/qemu-xen-traditional/configure      2013-07-22 14:43:48.376345178 +0200
36 @@ -1087,7 +1087,7 @@
37  fi
38  
39  # Check if tools are available to build documentation.
40 -if [ -x "`which texi2html 2>/dev/null`" ] && \
41 +if [ -x "`which texi2any 2>/dev/null`" ] && \
42     [ -x "`which pod2man 2>/dev/null`" ]; then
43    build_docs="yes"
44  fi
45 --- xen-4.2.2/tools/qemu-xen-traditional/Makefile~      2013-01-17 17:00:26.000000000 +0100
46 +++ xen-4.2.2/tools/qemu-xen-traditional/Makefile       2013-07-22 14:44:29.273423099 +0200
47 @@ -275,7 +275,7 @@
48  
49  # documentation
50  %.html: %.texi
51 -       texi2html -monolithic -number $<
52 +       texi2any --html --no-split --number-sections $<
53  
54  %.info: %.texi
55         makeinfo $< -o $@
This page took 0.084253 seconds and 3 git commands to generate.