Add translation of the ``Frequently Asked Questions for FreeBSD 6.X and

7.X''.  I will be its maintainer.

Obtained from:	The FreeBSD Hungarian Documentation Project
This commit is contained in:
Gabor Pali 2008-08-20 16:34:20 +00:00
parent 48887c3fe5
commit 75a46dc712
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32694
4 changed files with 16585 additions and 2 deletions
hu_HU.ISO8859-2

View file

@ -7,9 +7,10 @@
# %SRCID% 1.14
#
SUBDIR = handbook
SUBDIR = faq
SUBDIR+= handbook
ROOT_SYMLINKS= handbook
ROOT_SYMLINKS= faq handbook
DOC_PREFIX?= ${.CURDIR}/../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

View file

@ -0,0 +1,33 @@
#
# $FreeBSD$
# %SOURCE% en_US.ISO8859-1/books/faq/Makefile
# %SRCID% 1.12
#
# Build the FreeBSD FAQ
#
MAINTAINER=pgj@FreeBSD.org
NO_TIDY = yes
DOC?= book
FORMATS?= html-split html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
WITH_BIBLIOXREF_TITLE?=YES
#
# 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
URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff