Specify EUC-JP character encoding.
This commit is contained in:
parent
162e6994aa
commit
cd0a444b97
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1525
3 changed files with 6 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
# $Id: Makefile,v 1.9 1997-05-09 23:09:56 max Exp $
|
# $Id: Makefile,v 1.10 1997-05-11 23:26:13 jfieber Exp $
|
||||||
# Original revision: 1.22
|
# Original revision: 1.22
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
|
|
||||||
DOC= handbook
|
DOC= handbook
|
||||||
DOCDIR=${SHAREDIR}/doc/ja_JP.EUC
|
DOCDIR=${SHAREDIR}/doc/ja_JP.EUC
|
||||||
FORMATS= html roff
|
FORMATS= html roff
|
||||||
|
SGMLOPTS+=-e EUC-JP
|
||||||
|
|
||||||
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# $Id: Makefile,v 1.9 1997-05-09 23:09:56 max Exp $
|
# $Id: Makefile,v 1.10 1997-05-11 23:26:13 jfieber Exp $
|
||||||
# Original revision: 1.22
|
# Original revision: 1.22
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
|
|
||||||
DOC= handbook
|
DOC= handbook
|
||||||
DOCDIR=${SHAREDIR}/doc/ja_JP.EUC
|
DOCDIR=${SHAREDIR}/doc/ja_JP.EUC
|
||||||
FORMATS= html roff
|
FORMATS= html roff
|
||||||
|
SGMLOPTS+=-e EUC-JP
|
||||||
|
|
||||||
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# $Id: Makefile,v 1.9 1997-05-09 23:09:56 max Exp $
|
# $Id: Makefile,v 1.10 1997-05-11 23:26:13 jfieber Exp $
|
||||||
# Original revision: 1.22
|
# Original revision: 1.22
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
|
|
||||||
DOC= handbook
|
DOC= handbook
|
||||||
DOCDIR=${SHAREDIR}/doc/ja_JP.EUC
|
DOCDIR=${SHAREDIR}/doc/ja_JP.EUC
|
||||||
FORMATS= html roff
|
FORMATS= html roff
|
||||||
|
SGMLOPTS+=-e EUC-JP
|
||||||
|
|
||||||
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
||||||
|
|
Loading…
Reference in a new issue