Comment out "SGMLOPTS+=-e EUC-JP", the sgml tools in -stable can't handle
this.
This commit is contained in:
parent
b03263c068
commit
23543098e5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1667
3 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# $Id: Makefile,v 1.10 1997-05-11 23:26:13 jfieber Exp $
|
# $Id: Makefile,v 1.11 1997-06-19 06:17:15 asami 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
|
#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,11 +1,11 @@
|
||||||
# $Id: Makefile,v 1.10 1997-05-11 23:26:13 jfieber Exp $
|
# $Id: Makefile,v 1.11 1997-06-19 06:17:15 asami 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
|
#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,11 +1,11 @@
|
||||||
# $Id: Makefile,v 1.10 1997-05-11 23:26:13 jfieber Exp $
|
# $Id: Makefile,v 1.11 1997-06-19 06:17:15 asami 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
|
#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