aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man/man-1.5j-utf8.patch
blob: 33d3e4c9745c16cf0f334c9907dae5ebea63484e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Upstream-Status: Pending

Signed-off-by: Scott Garman <scott.a.garman@intel.com>

--- man-1.5j/configure.utf8	Thu Nov 22 15:02:35 2001
+++ man-1.5j/configure	Thu Nov 22 15:03:15 2001
@@ -408,9 +408,9 @@
   Fgawk=/bin/gawk
   Fawk=/bin/gawk
   Fmawk=missing
-  troff=""
-  nroff=""
-  jnroff=""
+  troff=/usr/bin/troff
+  nroff=/usr/bin/nroff
+  jnroff=/usr/bin/nroff
   eqn=""
   neqn=""
   jneqn=""
@@ -453,6 +453,8 @@
     done
   done
   Fgroff=/usr/bin/groff
+  Fnroff=/usr/bin/nroff
+  Fjnroff=/usr/bin/nroff
   Fgeqn=/usr/bin/geqn
   Fgtbl=/usr/bin/gtbl
   Fcol=/usr/bin/col
@@ -485,25 +487,25 @@
   then
     if test $Fnroff = "missing"
     then
-      nroff="nroff -Tlatin1 -mandoc"
+      nroff="nroff -Tutf8 -mandoc"
     else
-      nroff="$Fnroff -Tlatin1 -mandoc"
+      nroff="$Fnroff -Tutf8 -mandoc"
     fi
     troff="troff -mandoc"
     echo "Warning: could not find groff"
   else
     if test $Fnroff = "missing"
     then
-      nroff="$Fgroff -Tlatin1 -mandoc"
+      nroff="$Fgroff -Tutf8 -mandoc"
     else
-      nroff="$Fnroff -Tlatin1 -mandoc"
+      nroff="$Fnroff -Tutf8 -mandoc"
     fi
     troff="$Fgroff -Tps -mandoc"
-    jnroff="$Fgroff -Tnippon -mandocj"
+    jnroff="$Fjnroff -Tutf8 -mandocj"
   fi
   eqn="$Fgeqn -Tps"
-  neqn="$Fgeqn -Tlatin1"
-  jneqn="$Fgeqn -Tnippon"
+  neqn="$Fgeqn -Tutf8"
+  jneqn="$Fgeqn -Tutf8"
   tbl="$Fgtbl"
   col="$Fcol"
   vgrind="$Fvgrind"