diff options
Diffstat (limited to 'japanese/man/files')
-rw-r--r-- | japanese/man/files/patch-Makefile.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/man/files/patch-Makefile.inc b/japanese/man/files/patch-Makefile.inc new file mode 100644 index 000000000000..56732fcea9a4 --- /dev/null +++ b/japanese/man/files/patch-Makefile.inc @@ -0,0 +1,13 @@ +--- Makefile.inc.orig Mon Apr 8 19:21:24 2002 ++++ Makefile.inc Mon Apr 8 19:22:12 2002 +@@ -10,8 +10,8 @@ + bindir= ${BINDIR} + pager= jless -s + manpath_config_file= /etc/manpath.config +-troff= ${bindir}/groff -S -mandoc +-nroff= ${bindir}/groff -S -Wall -Tnippon -mtty-char -mandoc ++troff= ${bindir}/groff -S -man -dlang=ja_JP.eucJP ++nroff= ${bindir}/groff -S -Wall -Tnippon -mtty-char -man -dlang=ja_JP.eucJP + apropos= ${bindir}/japropos + whatis= ${bindir}/jwhatis + neqn= ${bindir}/geqn -Tascii |