Install Russian FAQ to its directory.
Set charset of HTML files to koi8-r. Don't build ascii and latin1 version. Obtained from: doc/ja/FAQ/Makefile and doc/es/FAQ/Makefile
This commit is contained in:
parent
f21800f65c
commit
82c14e6ba8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3990
2 changed files with 14 additions and 4 deletions
|
@ -1,7 +1,12 @@
|
|||
# $Id: Makefile,v 1.1 1998-12-28 19:20:02 ache Exp $
|
||||
# $Id: Makefile,v 1.2 1998-12-30 10:17:35 dt Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
SGMLOPTS=-links
|
||||
DOC= FAQ
|
||||
DOCDIR= ${SHAREDIR}/doc/ru
|
||||
FORMATS?= html roff
|
||||
SGMLOPTS+=-e koi8-r
|
||||
SGMLOPTS+=-links
|
||||
SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml
|
||||
SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml
|
||||
SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
# $Id: Makefile,v 1.1 1998-12-28 19:20:02 ache Exp $
|
||||
# $Id: Makefile,v 1.2 1998-12-30 10:17:35 dt Exp $
|
||||
|
||||
.NOTPARALLEL:
|
||||
|
||||
SGMLOPTS=-links
|
||||
DOC= FAQ
|
||||
DOCDIR= ${SHAREDIR}/doc/ru
|
||||
FORMATS?= html roff
|
||||
SGMLOPTS+=-e koi8-r
|
||||
SGMLOPTS+=-links
|
||||
SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml
|
||||
SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml
|
||||
SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml
|
||||
|
|
Loading…
Reference in a new issue