Bring in the initial translation of the problem-reports article (based on
revision 1.60) and connect it to the build.
This commit is contained in:
parent
08407430f7
commit
793e038d39
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33525
3 changed files with 1356 additions and 2 deletions
nl_NL.ISO8859-1/articles
|
@ -6,8 +6,7 @@
|
|||
SUBDIR =
|
||||
SUBDIR+= contributing
|
||||
SUBDIR+= explaining-bsd
|
||||
|
||||
# ROOT_SYMLINKS+= new-users
|
||||
SUBDIR+= problem-reports
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
19
nl_NL.ISO8859-1/articles/problem-reports/Makefile
Normal file
19
nl_NL.ISO8859-1/articles/problem-reports/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Article: Writing FreeBSD Problem Reports
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
1336
nl_NL.ISO8859-1/articles/problem-reports/article.sgml
Normal file
1336
nl_NL.ISO8859-1/articles/problem-reports/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue