blob: 490b367990c4c19b1d3913dd518f15a3144eba8d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Disable building documentation which requires the dvips utility.
2This patch should be dropped once we include a native version of
3dvips.
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 2011-02-25 15:26:41.142917782 -0800
12+++ linuxdoc-tools-0.9.66/doc/Makedoc.sh 2011-02-25 15:27:25.141917472 -0800
13@@ -52,13 +52,13 @@
14 # $TMPDIR/sgml2latex --pass="\usepackage{times}" -o dvi ./guide
15 #fi
16
17-if [ -n "`which dvips`" ]; then
18- echo " + dvips" >&2
19- dvips -t letter -o ./guide.ps ./guide.dvi
20- if [ -n "`which gzip`" -a -f ./guide.ps ]; then
21- gzip -fN ./guide.ps
22- fi
23-fi
24+#if [ -n "`which dvips`" ]; then
25+# echo " + dvips" >&2
26+# dvips -t letter -o ./guide.ps ./guide.dvi
27+# if [ -n "`which gzip`" -a -f ./guide.ps ]; then
28+# gzip -fN ./guide.ps
29+# fi
30+#fi
31
32
33 echo "- Building info docs" >&2