summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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.patch29
1 files changed, 29 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..b62895c67d
--- /dev/null
+++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch
@@ -0,0 +1,29 @@
1Disable building documentation which requires the latex utility.
2This patch should be dropped once we include a native version of
3latex.
4
5Upstream-Status: Inappropriate [Other]
6Temporary workaround which disables documentation.
7
8Signed-off-by: Scott Garman <scott.a.garman@intel.com>
9
10diff -urN linuxdoc-tools-0.9.66.orig/doc/Makedoc.sh linuxdoc-tools-0.9.66/doc/Makedoc.sh
11--- linuxdoc-tools-0.9.66.orig/doc/Makedoc.sh 2009-11-09 11:58:25.000000000 -0800
12+++ linuxdoc-tools-0.9.66/doc/Makedoc.sh 2011-02-25 15:23:58.610016114 -0800
13@@ -46,11 +46,11 @@
14 $TMPDIR/sgml2txt -b 1 ./guide
15 fi
16
17-if [ -n "`which latex`" ]; then
18- ln -s $TMPDIR/linuxdoc $TMPDIR/sgml2latex
19- echo "- Building latex docs" >&2
20- $TMPDIR/sgml2latex --pass="\usepackage{times}" -o dvi ./guide
21-fi
22+#if [ -n "`which latex`" ]; then
23+# ln -s $TMPDIR/linuxdoc $TMPDIR/sgml2latex
24+# echo "- Building latex docs" >&2
25+# $TMPDIR/sgml2latex --pass="\usepackage{times}" -o dvi ./guide
26+#fi
27
28 if [ -n "`which dvips`" ]; then
29 echo " + dvips" >&2