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:
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
|
@ -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"
|
||||
|
|
33
hu_HU.ISO8859-2/books/faq/Makefile
Normal file
33
hu_HU.ISO8859-2/books/faq/Makefile
Normal 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"
|
15383
hu_HU.ISO8859-2/books/faq/book.sgml
Normal file
15383
hu_HU.ISO8859-2/books/faq/book.sgml
Normal file
File diff suppressed because it is too large
Load diff
1166
hu_HU.ISO8859-2/share/sgml/bibliography.sgml
Normal file
1166
hu_HU.ISO8859-2/share/sgml/bibliography.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue