Add a new translated article.
PR: docs/160617 Submitted by: Frederic Culot <culot@freebsd.org>
This commit is contained in:
parent
a4ff21210a
commit
1be6bef18f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37748
2 changed files with 1080 additions and 0 deletions
19
fr_FR.ISO8859-1/articles/contributing-ports/Makefile
Normal file
19
fr_FR.ISO8859-1/articles/contributing-ports/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Article: Contributing to the FreeBSD Ports Collection
|
||||
|
||||
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"
|
1061
fr_FR.ISO8859-1/articles/contributing-ports/article.sgml
Normal file
1061
fr_FR.ISO8859-1/articles/contributing-ports/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue