summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch')
-rw-r--r--meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch
new file mode 100644
index 0000000000..f47693be00
--- /dev/null
+++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch
@@ -0,0 +1,25 @@
1Disable building documentation which requires the latex utility.
2This patch should be dropped once we include a native version of
3latex.
4
5Signed-off-by: Scott Garman <scott.a.garman@intel.com>
6diff -urN linuxdoc-tools-0.9.66.orig/doc/Makedoc.sh linuxdoc-tools-0.9.66/doc/Makedoc.sh
7--- linuxdoc-tools-0.9.66.orig/doc/Makedoc.sh 2009-11-09 11:58:25.000000000 -0800
8+++ linuxdoc-tools-0.9.66/doc/Makedoc.sh 2011-02-25 15:23:58.610016114 -0800
9@@ -46,11 +46,11 @@
10 $TMPDIR/sgml2txt -b 1 ./guide
11 fi
12
13-if [ -n "`which latex`" ]; then
14- ln -s $TMPDIR/linuxdoc $TMPDIR/sgml2latex
15- echo "- Building latex docs" >&2
16- $TMPDIR/sgml2latex --pass="\usepackage{times}" -o dvi ./guide
17-fi
18+#if [ -n "`which latex`" ]; then
19+# ln -s $TMPDIR/linuxdoc $TMPDIR/sgml2latex
20+# echo "- Building latex docs" >&2
21+# $TMPDIR/sgml2latex --pass="\usepackage{times}" -o dvi ./guide
22+#fi
23
24 if [ -n "`which dvips`" ]; then
25 echo " + dvips" >&2