blob: 26a65b8dd8c83210d914b514e99ce8a6e843ddfc (
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
|
--- man-1.5k/configure.orig 2002-12-26 06:23:53.000000000 +0200
+++ man-1.5k/configure 2002-12-26 06:25:14.000000000 +0200
@@ -473,9 +473,9 @@
then
if test $Fnroff = "missing"
then
- nroff="nroff -Tlatin1 -mandoc"
+ nroff="nroff -Tlatin1 -c -mandoc"
else
- nroff="$Fnroff -Tlatin1 -mandoc"
+ nroff="$Fnroff -Tlatin1 -c -mandoc"
fi
troff="troff -mandoc"
echo "Warning: could not find groff"
@@ -484,7 +484,7 @@
then
nroff="$Fgroff -Tlatin1 -mandoc"
else
- nroff="$Fnroff -Tlatin1 -mandoc"
+ nroff="$Fnroff -Tlatin1 -c -mandoc"
fi
troff="$Fgroff -Tps -mandoc"
jnroff="$Fgroff -Tnippon -mandocj"
|