diff --git a/ja_JP.eucJP/books/handbook/Makefile b/ja_JP.eucJP/books/handbook/Makefile index 63bae1e3b3..a66c106692 100644 --- a/ja_JP.eucJP/books/handbook/Makefile +++ b/ja_JP.eucJP/books/handbook/Makefile @@ -1,252 +1,252 @@ # # $FreeBSD$ # # Build the FreeBSD Handbook (Japanese). # # Original revision: 1.74 # # ------------------------------------------------------------------------ # # Handbook-specific variables # # WITH_PGPKEYS The print version of the handbook only prints PGP # fingerprints by default. If you would like for the # entire key to be displayed, then set this variable. # This option has no affect on the HTML formats. # # Handbook-specific targets # # pgpkeyring This target will read the contents of # pgpkeys/chapter.sgml and will extract all of # the pgpkeys to standard out. This output can then # be redirected into a file and distributed as a # public keyring of FreeBSD developers that can # easily be imported into PGP/GPG. # # ------------------------------------------------------------------------ MAINTAINER= doc@FreeBSD.org DOC?= book FORMATS?= html-split HAS_INDEX= true WITH_GLOSSARY?= INSTALL_COMPRESSED?= gz INSTALL_ONLY_COMPRESSED?= #IMAGES_EN = advanced-networking/isdn-bus.eps #IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps #IMAGES_EN+= advanced-networking/natd.eps #IMAGES_EN+= install/adduser1.scr #IMAGES_EN+= install/adduser2.scr #IMAGES_EN+= install/adduser3.scr #IMAGES_EN+= install/boot-mgr.scr #IMAGES_EN+= install/console-saver1.scr #IMAGES_EN+= install/console-saver2.scr #IMAGES_EN+= install/console-saver3.scr #IMAGES_EN+= install/console-saver4.scr #IMAGES_EN+= install/desktop.scr #IMAGES_EN+= install/disklabel-auto.scr #IMAGES_EN+= install/disklabel-ed1.scr #IMAGES_EN+= install/disklabel-ed2.scr #IMAGES_EN+= install/disklabel-fs.scr #IMAGES_EN+= install/disklabel-root1.scr #IMAGES_EN+= install/disklabel-root2.scr #IMAGES_EN+= install/disklabel-root3.scr #IMAGES_EN+= install/disk-layout.eps #IMAGES_EN+= install/dist-set.scr #IMAGES_EN+= install/dist-set2.scr #IMAGES_EN+= install/docmenu1.scr #IMAGES_EN+= install/ed0-conf.scr #IMAGES_EN+= install/ed0-conf2.scr #IMAGES_EN+= install/edit-inetd-conf.scr #IMAGES_EN+= install/fdisk-drive1.scr #IMAGES_EN+= install/fdisk-drive2.scr #IMAGES_EN+= install/fdisk-edit1.scr #IMAGES_EN+= install/fdisk-edit2.scr #IMAGES_EN+= install/ftp-anon1.scr #IMAGES_EN+= install/ftp-anon2.scr #IMAGES_EN+= install/hdwrconf.scr #IMAGES_EN+= install/keymap.scr #IMAGES_EN+= install/main1.scr #IMAGES_EN+= install/mainexit.scr #IMAGES_EN+= install/main-std.scr #IMAGES_EN+= install/main-options.scr #IMAGES_EN+= install/main-doc.scr #IMAGES_EN+= install/main-keymap.scr #IMAGES_EN+= install/media.scr #IMAGES_EN+= install/mouse1.scr #IMAGES_EN+= install/mouse2.scr #IMAGES_EN+= install/mouse3.scr #IMAGES_EN+= install/mouse4.scr #IMAGES_EN+= install/mouse5.scr #IMAGES_EN+= install/mouse6.scr #IMAGES_EN+= install/mta-main.scr #IMAGES_EN+= install/net-config-menu1.scr #IMAGES_EN+= install/net-config-menu2.scr #IMAGES_EN+= install/nfs-server-edit.scr #IMAGES_EN+= install/ntp-config.scr #IMAGES_EN+= install/options.scr #IMAGES_EN+= install/pkg-cat.scr #IMAGES_EN+= install/pkg-confirm.scr #IMAGES_EN+= install/pkg-install.scr #IMAGES_EN+= install/pkg-sel.scr #IMAGES_EN+= install/probstart.scr #IMAGES_EN+= install/routed.scr #IMAGES_EN+= install/security.scr #IMAGES_EN+= install/sysinstall-exit.scr #IMAGES_EN+= install/timezone1.scr #IMAGES_EN+= install/timezone2.scr #IMAGES_EN+= install/timezone3.scr #IMAGES_EN+= install/userconfig.scr #IMAGES_EN+= install/userconfig2.scr #IMAGES_EN+= install/xf86setup.scr # #IMAGES_EN+= install/example-dir1.eps #IMAGES_EN+= install/example-dir2.eps #IMAGES_EN+= install/example-dir3.eps #IMAGES_EN+= install/example-dir4.eps #IMAGES_EN+= install/example-dir5.eps #IMAGES_EN+= security/ipsec-network.pic #IMAGES_EN+= security/ipsec-crypt-pkt.pic #IMAGES_EN+= security/ipsec-encap-pkt.pic #IMAGES_EN+= security/ipsec-out-pkt.pic #IMAGES_EN+= vinum/vinum-concat.pic #IMAGES_EN+= vinum/vinum-mirrored-vol.pic #IMAGES_EN+= vinum/vinum-raid10-vol.pic #IMAGES_EN+= vinum/vinum-raid5-org.pic #IMAGES_EN+= vinum/vinum-simple-vol.pic #IMAGES_EN+= vinum/vinum-striped-vol.pic #IMAGES_EN+= vinum/vinum-striped.pic # Images from the cross-document image library IMAGES_LIB= callouts/1.png IMAGES_LIB+= callouts/2.png IMAGES_LIB+= callouts/3.png IMAGES_LIB+= callouts/4.png IMAGES_LIB+= callouts/5.png IMAGES_LIB+= callouts/6.png IMAGES_LIB+= callouts/7.png IMAGES_LIB+= callouts/8.png IMAGES_LIB+= callouts/9.png IMAGES_LIB+= callouts/10.png # # SRCS lists the individual SGML files that make up the document. Changes # to any of these files will force a rebuild # # SGML content SRCS+= book.sgml SRCS+= advanced-networking/chapter.sgml SRCS+= basics/chapter.sgml SRCS+= bibliography/chapter.sgml SRCS+= config/chapter.sgml SRCS+= boot/chapter.sgml SRCS+= cutting-edge/chapter.sgml SRCS+= disks/chapter.sgml SRCS+= eresources/chapter.sgml SRCS+= install/chapter.sgml SRCS+= introduction/chapter.sgml SRCS+= kernelconfig/chapter.sgml SRCS+= l10n/chapter.sgml SRCS+= linuxemu/chapter.sgml SRCS+= mail/chapter.sgml SRCS+= mirrors/chapter.sgml SRCS+= multimedia/chapter.sgml -#SRCS+= desktop/chapter.sgml +SRCS+= desktop/chapter.sgml SRCS+= pgpkeys/chapter.sgml SRCS+= ppp-and-slip/chapter.sgml SRCS+= printing/chapter.sgml SRCS+= security/chapter.sgml SRCS+= serialcomms/chapter.sgml SRCS+= users/chapter.sgml #SRCS+= vinum/chapter.sgml SRCS+= x11/chapter.sgml SRCS+= ports/chapter.sgml #SRCS+= preface/preface.sgml SRCS+= colophon.sgml # Entities SRCS+= chapters.ent # Japanese only SRCS+= jcontrib/chapter.sgml SYMLINKS= ${DESTDIR} index.html handbook.html # Turn on all the chapters. CHAPTERS?= ${SRCS:M*chapter.sgml} SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./} .if defined(WITH_GLOSSARY) && !empty(WITH_GLOSSARY) SGMLFLAGS+= -i chap.freebsd-glossary .endif # XXX The Handbook build currently overflows some internal, hardcoded # limits in pdftex. Until we split the Handbook up, build the PDF # version using ps2pdf instead of pdftex. PS2PDF?= ${PREFIX}/bin/ps2pdf book.tex-pdf: ${TOUCH} book.tex-pdf book.pdf: book.ps ${PS2PDF} book.ps book.pdf pgpkeyring: pgpkeys/chapter.sgml @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} DOC_PREFIX?= ${.CURDIR}/../../.. # # Handbook-specific variables # .if defined(WITH_PGPKEYS) JADEFLAGS+= -V withpgpkeys .endif DOC_PREFIX?= ${.CURDIR}/../../.. .for p in ftp cvsup SRCS+= mirrors.sgml.${p}.inc CLEANFILES+= mirrors.sgml.${p}.inc CLEANFILES+= mirrors.sgml.${p}.inc.tmp .endfor SRCS+= eresources.sgml.www.inc CLEANFILES+= eresources.sgml.www.inc CLEANFILES+= eresources.sgml.www.inc.tmp .include "${DOC_PREFIX}/share/mk/doc.project.mk" .for p in ftp cvsup mirrors.sgml.${p}.inc: ${XML_MIRRORS} ${XSL_MIRRORS} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@.tmp \ --param 'transtable.xml' "'${XML_TRANSTABLE}'" \ --param 'type' "'$p'" \ --param 'proto' "'$p'" \ --param 'target' "'handbook/mirrors/chapter.sgml'" \ ${XSL_MIRRORS} ${XML_MIRRORS} ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ < $@.tmp > $@ || (${RM} -f $@ && false) ${RM} -f $@.tmp .endfor eresources.sgml.www.inc: ${XML_MIRRORS} ${XSL_MIRRORS} ${XSLTPROC} ${XSLTPROCOPTS} \ -o $@.tmp \ --param 'transtable.xml' "'${XML_TRANSTABLE}'" \ --param 'type' "'www'" \ --param 'proto' "'http'" \ --param 'target' "'handbook/eresources/chapter.sgml'" \ ${XSL_MIRRORS} ${XML_MIRRORS} ${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2>,;s,,,'\ < $@.tmp > $@ || (${RM} -f $@ && false) ${RM} -f $@.tmp diff --git a/ja_JP.eucJP/books/handbook/book.sgml b/ja_JP.eucJP/books/handbook/book.sgml index 35b03a87a8..d733770308 100644 --- a/ja_JP.eucJP/books/handbook/book.sgml +++ b/ja_JP.eucJP/books/handbook/book.sgml @@ -1,251 +1,249 @@ %books.ent; %chapters; %txtfiles; %pgpkeys; ]> FreeBSD ハンドブック FreeBSD ドキュメンテーションプロジェクト 1999 年 2 月 1995 1996 1997 1998 1999 2000 2001 2002 2003 The FreeBSD Documentation Project &bookinfo.legalnotice; &tm-attrib.freebsd; &tm-attrib.3com; &tm-attrib.3ware; &tm-attrib.arm; &tm-attrib.adaptec; &tm-attrib.adobe; &tm-attrib.apple; &tm-attrib.corel; &tm-attrib.creative; &tm-attrib.heidelberger; &tm-attrib.ibm; &tm-attrib.ieee; &tm-attrib.intel; &tm-attrib.intuit; &tm-attrib.linux; &tm-attrib.lsilogic; &tm-attrib.m-systems; &tm-attrib.macromedia; &tm-attrib.microsoft; &tm-attrib.netscape; &tm-attrib.opengroup; &tm-attrib.oracle; &tm-attrib.powerquest; &tm-attrib.realnetworks; &tm-attrib.redhat; &tm-attrib.sap; &tm-attrib.sun; &tm-attrib.symantec; &tm-attrib.themathworks; &tm-attrib.thomson; &tm-attrib.usrobotics; &tm-attrib.vmware; &tm-attrib.waterloomaple; &tm-attrib.wolframresearch; &tm-attrib.xfree86; &tm-attrib.xiph; &tm-attrib.general; FreeBSD へようこそ! このハンドブックは FreeBSD &rel2.current;-RELEASEFreeBSD &rel.current;-RELEASE のインストールおよび、日常での使い方について記述したものです。 本ハンドブックは改編作業中であり、 さまざまな人々が編集に携わっています。 多くのセクションはまだ存在しませんし、 いま存在するセクションにも更新作業の必要があるものも含まれています。 もし、このハンドブックを編集するプロジェクトに協力したいとお考えなら、 &a.doc; まで電子メールを(英語で)送ってください。 この文書の最新バージョンは、いつでも 日本国内版の FreeBSD ウェブサイト および FreeBSD ウェブサイト で入手することができます。 また、他のさまざまな文書形式、圧縮形式のものが FreeBSD FTP サーバや数多くのミラーサイトからダウンロードすること ができます。このハンドブックの書籍版 (英語版) は、 FreeBSD Mall から購入することができます。また、 ハンドブックの検索を行なうことも可能です。 FreeBSD ハンドブック日本語版の作成は FreeBSD 日本語ドキュメンテーションプロジェクト (FreeBSD doc-jp) がおこなっています。 ハンドブックの日本語訳に関することは FreeBSD &a.jp.doc-jp; において日本語で議論されています。 文書の日本語訳に関するお問い合わせや、 文書の原文に関する問い合わせをしたいが英語が得意でないという方は FreeBSD &a.jp.doc-jp; まで、日本語でコメントをお寄せください。 導入 FreeBSD ハンドブックの第 1 部はユーザと FreeBSD が初めての管理者向けです。各章の内容は以下のとおりです。 FreeBSD の紹介 インストールの手順の解説 &unix; の基礎 FreeBSD で利用できる豊富なサードパーティ製のアプリケーションの インストール方法 &unix; におけるウィンドウシステム X、 およびクリエイティブなデスクトップ環境の設定の詳細の紹介 このハンドブックでは頻繁にページを飛すことなく前から後へと スムーズに読み進めるように、 後方への参照を極力抑えるようにしています。 システム管理 FreeBSD ハンドブックの以下の章は、 FreeBSD のシステム管理の面について書かれています。 各章のはじめでは、その章で学ぶ内容や 実際に取り組む前に知っておくべきことについて説明します。 各章は、必要になった時に個別に参照できるように構成されています。 どの順番で読んでも構いませんし、FreeBSD を使うのに、 すべてを読み通す必要がある、というわけでもありません。 - 付録 &chap.colophon; diff --git a/ja_JP.eucJP/books/handbook/desktop/Makefile b/ja_JP.eucJP/books/handbook/desktop/Makefile new file mode 100644 index 0000000000..0b8829e639 --- /dev/null +++ b/ja_JP.eucJP/books/handbook/desktop/Makefile @@ -0,0 +1,16 @@ +# +# Build the Handbook with just the content from this chapter. +# +# $FreeBSD$ +# +# Original revision: 1.1 + +CHAPTERS= desktop/chapter.sgml + +VPATH= .. + +MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX} + +DOC_PREFIX?= ${.CURDIR}/../../../.. + +.include "../Makefile"