head	1.18;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_6_3_0:1.10
	RELEASE_7_0_0:1.10;
locks; strict;
comment	@# @;


1.18
date	2011.12.20.09.30.18;	author ganbold;	state Exp;
branches;
next	1.17;

1.17
date	2011.11.09.14.02.58;	author ganbold;	state Exp;
branches;
next	1.16;

1.16
date	2010.09.02.07.54.02;	author ganbold;	state Exp;
branches;
next	1.15;

1.15
date	2008.12.24.04.25.07;	author ganbold;	state Exp;
branches;
next	1.14;

1.14
date	2008.11.15.02.28.57;	author ganbold;	state Exp;
branches;
next	1.13;

1.13
date	2008.09.30.06.05.58;	author ganbold;	state Exp;
branches;
next	1.12;

1.12
date	2008.03.04.02.29.02;	author brd;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.04.02.11.04;	author brd;	state Exp;
branches;
next	1.10;

1.10
date	2007.10.21.17.59.28;	author keramida;	state Exp;
branches;
next	1.9;

1.9
date	2007.08.03.13.06.33;	author keramida;	state Exp;
branches;
next	1.8;

1.8
date	2007.08.03.13.00.55;	author keramida;	state Exp;
branches;
next	1.7;

1.7
date	2007.07.03.09.00.25;	author keramida;	state Exp;
branches;
next	1.6;

1.6
date	2007.06.28.08.19.35;	author keramida;	state Exp;
branches;
next	1.5;

1.5
date	2007.06.28.02.46.38;	author chinsan;	state Exp;
branches;
next	1.4;

1.4
date	2007.06.27.15.42.49;	author chinsan;	state Exp;
branches;
next	1.3;

1.3
date	2007.05.11.22.04.30;	author keramida;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.24.12.40.19;	author keramida;	state Exp;
branches;
next	1.1;

1.1
date	2007.04.11.10.51.15;	author keramida;	state Exp;
branches;
next	;


desc
@@


1.18
log
@MFen: Resync with the English version of the handbook

Obtained from: FreeBSD Mongolian Documentation project
@
text
@# $FreeBSD$
#
# The FreeBSD Mongolian Documentation Project
#
# Original revision 1.119
#
# Build the FreeBSD Handbook.
#
#
# ------------------------------------------------------------------------
#
# 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.
#
# ------------------------------------------------------------------------
#
# To add a new chapter to the Handbook:
#
# - Update this Makefile, chapters.ent and book.sgml
# - Add a descriptive entry for the new chapter in preface/preface.sgml
#
# ------------------------------------------------------------------------

.PATH: ${.CURDIR}/../../share/sgml/glossary

MAINTAINER=	doc@@FreeBSD.org

DOC?= book

FORMATS?= html-split

HAS_INDEX= true
USE_PS2PDF=	yes

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+= advanced-networking/net-routing.pic
IMAGES_EN+= advanced-networking/static-routes.pic
IMAGES_EN+= bsdinstall/bsdinstall-adduser1.png
IMAGES_EN+= bsdinstall/bsdinstall-adduser2.png
IMAGES_EN+= bsdinstall/bsdinstall-adduser3.png
IMAGES_EN+= bsdinstall/bsdinstall-boot-loader-menu.png
IMAGES_EN+= bsdinstall/bsdinstall-choose-mode.png
IMAGES_EN+= bsdinstall/bsdinstall-config-components.png
IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png
IMAGES_EN+= bsdinstall/bsdinstall-config-keymap.png
IMAGES_EN+= bsdinstall/bsdinstall-config-services.png
IMAGES_EN+= bsdinstall/bsdinstall-config-crashdump.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6-static.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-slaac.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-ipv4-dns.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-accesspoints.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-scan.png
IMAGES_EN+= bsdinstall/bsdinstall-configure-wireless-wpa2setup.png
IMAGES_EN+= bsdinstall/bsdinstall-distfile-extracting.png
IMAGES_EN+= bsdinstall/bsdinstall-distfile-fetching.png
IMAGES_EN+= bsdinstall/bsdinstall-distfile-verifying.png
IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
IMAGES_EN+= bsdinstall/bsdinstall-final-modification-shell.png
IMAGES_EN+= bsdinstall/bsdinstall-keymap-select-default.png
IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-mirrorselect.png
IMAGES_EN+= bsdinstall/bsdinstall-part-entire-part.png
IMAGES_EN+= bsdinstall/bsdinstall-part-guided-disk.png
IMAGES_EN+= bsdinstall/bsdinstall-part-guided-manual.png
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-addpart.png
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-create.png
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-partscheme.png
IMAGES_EN+= bsdinstall/bsdinstall-part-review.png
IMAGES_EN+= bsdinstall/bsdinstall-post-root-passwd.png
IMAGES_EN+= bsdinstall/bsdinstall-set-clock-local-utc.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-confirm.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-country.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-region.png
IMAGES_EN+= bsdinstall/bsdinstall-timezone-zone.png
IMAGES_EN+= geom/striping.pic
IMAGES_EN+= install/adduser1.scr
IMAGES_EN+= install/adduser2.scr
IMAGES_EN+= install/adduser3.scr
IMAGES_EN+= install/boot-loader-menu.scr
IMAGES_EN+= install/boot-mgr.scr
IMAGES_EN+= install/config-country.scr
IMAGES_EN+= install/config-keymap.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/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+= mail/mutt1.scr
IMAGES_EN+= mail/mutt2.scr
IMAGES_EN+= mail/mutt3.scr
IMAGES_EN+= mail/pine1.scr
IMAGES_EN+= mail/pine2.scr
IMAGES_EN+= mail/pine3.scr
IMAGES_EN+= mail/pine4.scr
IMAGES_EN+= mail/pine5.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_EN+= virtualization/parallels-freebsd1.png
IMAGES_EN+= virtualization/parallels-freebsd2.png
IMAGES_EN+= virtualization/parallels-freebsd3.png
IMAGES_EN+= virtualization/parallels-freebsd4.png
IMAGES_EN+= virtualization/parallels-freebsd5.png
IMAGES_EN+= virtualization/parallels-freebsd6.png
IMAGES_EN+= virtualization/parallels-freebsd7.png
IMAGES_EN+= virtualization/parallels-freebsd8.png
IMAGES_EN+= virtualization/parallels-freebsd9.png
IMAGES_EN+= virtualization/parallels-freebsd10.png
IMAGES_EN+= virtualization/parallels-freebsd11.png
IMAGES_EN+= virtualization/parallels-freebsd12.png
IMAGES_EN+= virtualization/parallels-freebsd13.png
IMAGES_EN+= virtualization/virtualpc-freebsd1.png
IMAGES_EN+= virtualization/virtualpc-freebsd2.png
IMAGES_EN+= virtualization/virtualpc-freebsd3.png
IMAGES_EN+= virtualization/virtualpc-freebsd4.png
IMAGES_EN+= virtualization/virtualpc-freebsd5.png
IMAGES_EN+= virtualization/virtualpc-freebsd6.png
IMAGES_EN+= virtualization/virtualpc-freebsd7.png
IMAGES_EN+= virtualization/virtualpc-freebsd8.png
IMAGES_EN+= virtualization/virtualpc-freebsd9.png
IMAGES_EN+= virtualization/virtualpc-freebsd10.png
IMAGES_EN+= virtualization/virtualpc-freebsd11.png
IMAGES_EN+= virtualization/virtualpc-freebsd12.png
IMAGES_EN+= virtualization/virtualpc-freebsd13.png
IMAGES_EN+= virtualization/vmware-freebsd01.png
IMAGES_EN+= virtualization/vmware-freebsd02.png
IMAGES_EN+= virtualization/vmware-freebsd03.png
IMAGES_EN+= virtualization/vmware-freebsd04.png
IMAGES_EN+= virtualization/vmware-freebsd05.png
IMAGES_EN+= virtualization/vmware-freebsd06.png
IMAGES_EN+= virtualization/vmware-freebsd07.png
IMAGES_EN+= virtualization/vmware-freebsd08.png
IMAGES_EN+= virtualization/vmware-freebsd09.png
IMAGES_EN+= virtualization/vmware-freebsd10.png
IMAGES_EN+= virtualization/vmware-freebsd11.png
IMAGES_EN+= virtualization/vmware-freebsd12.png

# 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
IMAGES_LIB+= callouts/11.png
IMAGES_LIB+= callouts/12.png
IMAGES_LIB+= callouts/13.png
IMAGES_LIB+= callouts/14.png
IMAGES_LIB+= callouts/15.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+= audit/chapter.sgml
SRCS+= book.sgml
SRCS+= bsdinstall/chapter.sgml
SRCS+= colophon.sgml
SRCS+= dtrace/chapter.sgml
SRCS+= freebsd-glossary.sgml
SRCS+= advanced-networking/chapter.sgml
SRCS+= basics/chapter.sgml
SRCS+= bibliography/chapter.sgml
SRCS+= boot/chapter.sgml
SRCS+= config/chapter.sgml
SRCS+= cutting-edge/chapter.sgml
SRCS+= desktop/chapter.sgml
SRCS+= disks/chapter.sgml
SRCS+= eresources/chapter.sgml
SRCS+= firewalls/chapter.sgml
SRCS+= filesystems/chapter.sgml
SRCS+= geom/chapter.sgml
SRCS+= install/chapter.sgml
SRCS+= introduction/chapter.sgml
SRCS+= jails/chapter.sgml
SRCS+= kernelconfig/chapter.sgml
SRCS+= l10n/chapter.sgml
SRCS+= linuxemu/chapter.sgml
SRCS+= mac/chapter.sgml
SRCS+= mail/chapter.sgml
SRCS+= mirrors/chapter.sgml
SRCS+= multimedia/chapter.sgml
SRCS+= network-servers/chapter.sgml
SRCS+= pgpkeys/chapter.sgml
SRCS+= ports/chapter.sgml
SRCS+= ppp-and-slip/chapter.sgml
SRCS+= preface/preface.sgml
SRCS+= printing/chapter.sgml
SRCS+= security/chapter.sgml
SRCS+= serialcomms/chapter.sgml
SRCS+= users/chapter.sgml
SRCS+= vinum/chapter.sgml
SRCS+= virtualization/chapter.sgml
SRCS+= x11/chapter.sgml

# Entities
SRCS+= chapters.ent 

SYMLINKS=	${DESTDIR} index.html handbook.html

# Turn on all the chapters.
CHAPTERS?= ${SRCS:M*chapter.sgml}

SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
SGMLFLAGS+= -i chap.freebsd-glossary

pgpkeyring: pgpkeys/chapter.sgml
	@@${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}

#
# Handbook-specific variables
#
.if defined(WITH_PGPKEYS)
JADEFLAGS+=	-V withpgpkeys
.endif

URL_RELPREFIX?=	../../../..
DOC_PREFIX?=	${.CURDIR}/../../..

#
# rules generating lists of mirror site from XML database.
#
XMLDOCS=	mirrors-ftp:::mirrors.sgml.ftp.inc.tmp \
		mirrors-cvsup:::mirrors.sgml.cvsup.inc.tmp \
		eresources:::eresources.sgml.www.inc.tmp
DEPENDSET.DEFAULT=	transtable mirror
XSLT.DEFAULT=		${XSL_MIRRORS}
XML.DEFAULT=		${XML_MIRRORS}
NO_TIDY.DEFAULT=	yes

PARAMS.mirrors-ftp+=	--param 'type' "'ftp'" \
			--param 'proto' "'ftp'" \
			--param 'target' "'handbook/mirrors/chapter.sgml'"
PARAMS.mirrors-cvsup+=	--param 'type' "'cvsup'" \
			--param 'proto' "'cvsup'" \
			--param 'target' "'handbook/mirrors/chapter.sgml'"
PARAMS.eresources+=	--param 'type' "'www'" \
			--param 'proto' "'http'" \
			--param 'target' "'handbook/eresources/chapter.sgml'"

SRCS+=		mirrors.sgml.ftp.inc \
		mirrors.sgml.cvsup.inc \
		eresources.sgml.www.inc

CLEANFILES+=	mirrors.sgml.ftp.inc mirrors.sgml.ftp.inc.tmp \
		mirrors.sgml.cvsup.inc mirrors.sgml.cvsup.inc.tmp \
		eresources.sgml.www.inc eresources.sgml.www.inc.tmp

.include "${DOC_PREFIX}/share/mk/doc.project.mk"

.for p in ftp cvsup
mirrors.sgml.${p}.inc: mirrors.sgml.${p}.inc.tmp
	${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
	    < $@@.tmp > $@@ || (${RM} -f $@@ && false)
.endfor

eresources.sgml.www.inc: eresources.sgml.www.inc.tmp
	${SED} -e 's,<\([^ >]*\)\([^>]*\)/>,<\1\2></\1>,;s,</anchor>,,'\
	    < $@@.tmp > $@@ || (${RM} -f $@@ && false)
@


1.17
log
@MFen: Resync with the English version of the handbook (add bsdinstall translation)

Obtained from: FreeBSD Mongolian Documentation project
@
text
@d5 1
a5 1
# Original revision 1.117
d65 1
d82 2
@


1.16
log
@MFen: Resync with the English version of the handbook

Obtained from: FreeBSD Mongolian Documentation project
@
text
@d5 1
a5 1
# Original revision 1.113
d56 41
d252 1
@


1.15
log
@MFen: Resync with the English version of the handbook

Obtained from: FreeBSD Mongolian Documentation project
@
text
@d5 1
a5 1
# Original revision 1.112
d63 1
@


1.14
log
@MFen: Resync with the English version of the handbook

Obtained from: FreeBSD Mongolian Documentation project
@
text
@d5 1
a5 1
# Original revision 1.111
a242 1
SRCS+= updating/chapter.sgml
@


1.13
log
@MFen: Resync with the English version of the handbook

Obtained from: FreeBSD Mongolian Documentation project
@
text
@d5 1
a5 1
# Original revision 1.110
d29 7
@


1.12
log
@Doh, Update the Original revision

Reminded by: ganbold@@
@
text
@d5 1
a5 1
# Original revision 1.109
d204 1
d216 1
d236 1
@


1.11
log
@Add the missing images to the mn translation as well.

Discussed with: ganbold@@
@
text
@d5 1
a5 1
# Original revision 1.107
@


1.10
log
@Attach images for 'virtualization' to the Mongolian Handbook,
and resync the Mongolian translation of 'firewalls', 'jails',
and 'virtualization' chapters with the English version.

MFen:
1.76  -> 1.77	mn_MN.UTF-8/books/handbook/firewalls/chapter.sgml
1.13  -> 1.14	mn_MN.UTF-8/books/handbook/jails/chapter.sgml
1.10  -> 1.13	mn_MN.UTF-8/books/handbook/virtualization/chapter.sgml

Submitted by:	Ganbold Tsagaankhuu <ganbold at micom.mng.net>
@
text
@d165 12
@


1.9
log
@Forced commit to note that the last change to these files was...

Submitted by:        Ganbold Tsagaankhuu &lt; ganbold at micom.mng.net &gt;
@
text
@d152 13
@


1.8
log
@MFen: updates to the Mongolian translation of the Handbook.

1.106 -> 1.107  mn_MN.UTF-8/books/handbook/Makefile
1.396 -> 1.398  mn_MN.UTF-8/books/handbook/advanced-networking/chapter.sgml
1.361 -> 1.364  mn_MN.UTF-8/books/handbook/install/chapter.sgml
1.126 -> 1.127  mn_MN.UTF-8/books/handbook/multimedia/chapter.sgml
1.98  -> 1.99   mn_MN.UTF-8/books/handbook/network-servers/chapter.sgml
@
text
@@


1.7
log
@Resync the mn_MN.UTF-8 handbook with the repository of the Mongolian
translation team.

MFen's included:

1.105 -> 1.106	mn_MN.UTF-8/books/handbook/Makefile
1.71  -> 1.72	mn_MN.UTF-8/books/handbook/desktop/chapter.sgml
1.75  -> 1.76	mn_MN.UTF-8/books/handbook/firewalls/chapter.sgml
1.349 -> 1.357	mn_MN.UTF-8/books/handbook/install/chapter.sgml
1.118 -> 1.119	mn_MN.UTF-8/books/handbook/introduction/chapter.sgml
1.133 -> 1.134	mn_MN.UTF-8/books/handbook/linuxemu/chapter.sgml
1.436 -> 1.437	mn_MN.UTF-8/books/handbook/mirrors/chapter.sgml
1.95  -> 1.98	mn_MN.UTF-8/books/handbook/network-servers/chapter.sgml
1.3   -> 1.4	mn_MN.UTF-8/books/handbook/txtfiles.ent
1.40  -> 1.41	mn_MN.UTF-8/share/sgml/trademarks.ent

Submitted by:	Ganbold Tsagaankhuu, ganbold at micom.mng.net
@
text
@d5 1
a5 1
# Original revision 1.106
d53 1
@


1.6
log
@MFen: Update of the Mongolian translation of the Handbook.

1.104 -> 1.105  mn_MN.UTF-8/books/handbook/Makefile
1.225 -> 1.227  mn_MN.UTF-8/books/handbook/cutting-edge/chapter.sgml
1.273 -> 1.274  mn_MN.UTF-8/books/handbook/disks/chapter.sgml
1.181 -> 1.182  mn_MN.UTF-8/books/handbook/eresources/chapter.sgml
1.347 -> 1.349  mn_MN.UTF-8/books/handbook/install/chapter.sgml
1.69  -> 1.70   mn_MN.UTF-8/books/handbook/mac/chapter.sgml
1.2   -> 1.3    mn_MN.UTF-8/books/handbook/txtfiles.ent
1.179 -> 1.182  mn_MN.UTF-8/books/handbook/x11/chapter.sgml
1.56  -> 1.57   mn_MN.UTF-8/share/sgml/mailing-lists.ent
1.17  -> 1.18   mn_MN.UTF-8/share/sgml/teams.ent

Submitted by:   ganbold (at) micom.mng.net
@
text
@d5 1
a5 1
# Original revision 1.105
d54 1
@


1.5
log
@- Revert the two screenshots back to avoid the inconsistent content
  until the translation teams to update their files.

Suggested by:	blackend, Ganbold
@
text
@d5 1
a5 1
# Original revision 1.104
a57 1
IMAGES_EN+= install/desktop.scr
a111 1
IMAGES_EN+= install/xf86setup.scr
@


1.4
log
@Remove the deprecated item(IMAGES_EN+= install/desktop.scr
install/xf86setup.scr) link of IMAGE_EN to avoid building failure.

Sorry.
@
text
@d58 1
d113 1
@


1.3
log
@New translated drop of the Mongolian translation of the Handbook.

  1.103 -> 1.104  mn_MN.UTF-8/books/handbook/Makefile
  (misc updates)  mn_MN.UTF-8/books/handbook/basics/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/firewalls/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/install/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/ports/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/printing/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/users/chapter.sgml
  (misc updates)  mn_MN.UTF-8/books/handbook/x11/chapter.sgml

Submitted by:  Ganbold Tsagaankhuu <ganbold@@micom.mng.net>
@
text
@a57 1
IMAGES_EN+= install/desktop.scr
a111 1
IMAGES_EN+= install/xf86setup.scr
@


1.2
log
@Update the Mongolian translation of the Handbook.

 UPDATES         FILE
 1.102 -> 1.103  books/handbook/Makefile
                 books/handbook/basics/disk-layout.kil (new)
 1.26 -> 1.27    books/handbook/geom/chapter.sgml
                 books/handbook/install/disk-layout.kil (new)
 1.3 -> 1.5      books/handbook/jails/chapter.sgml
 1.431 -> 1.432  books/handbook/mirrors/chapter.sgml
 1.8 -> 1.9      books/handbook/virtualization/chapter.sgml
 1.37 -> 1.38    share/sgml/trademarks.ent

Submitted by:	ganbold@@micom.mng.net
@
text
@d5 1
a5 1
# Original revision 1.103
d164 5
@


1.1
log
@Import a new translation of our Handbook, to the Mongolian language.

The work, for this FreeBSD Handbook translation, has been done by:

  * Bayanzul Lodoisamba, baynaa@@yahoo.com
  * Ganbold Tsagaankhuu, ganbold@@micom.mng.net
  * Natsagdorj Shagdar, natsag2000@@yahoo.com

More documents are in the works, by the Mongolian FreeBSD doc
team, and Ganbold will be acting as a liaison between them and
the CVS tree for now.

Note that I haven't attached this to the toplevel doc/Makefile
yet, to make sure that it builds correctly on the FreeBSD cluster
before I make it auto-build by our doc tinderboxen.

Submitted by:   Ganbold Tsagaankhuu
@
text
@d5 1
a5 1
# Original revision 1.102
d139 13
@

