diff options
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.patch | 29 |
1 files changed, 0 insertions, 29 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 deleted file mode 100644 index b62895c67d..0000000000 --- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native/disable_tex_doc.patch +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | Disable building documentation which requires the latex utility. | ||
| 2 | This patch should be dropped once we include a native version of | ||
| 3 | latex. | ||
| 4 | |||
| 5 | Upstream-Status: Inappropriate [Other] | ||
| 6 | Temporary workaround which disables documentation. | ||
| 7 | |||
| 8 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
| 9 | |||
| 10 | diff -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 | ||
