Add build infrastructure for italian documentation
PR: docs/32339 Submitted by: "Massimiliano Stucchi" <willythemax@yahoo.it> (with my modifications)
This commit is contained in:
parent
fef0cee622
commit
5f6499a5f8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11600
6 changed files with 46 additions and 0 deletions
9
it_IT.ISO8859-1/Makefile
Normal file
9
it_IT.ISO8859-1/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR = articles
|
||||
#SUBDIR+= books
|
||||
|
||||
COMPAT_SYMLINK = it
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
9
it_IT.ISO8859-1/articles/Makefile
Normal file
9
it_IT.ISO8859-1/articles/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR+= new-users
|
||||
|
||||
# ROOT_SYMLINKS+= new-users
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
5
it_IT.ISO8859-1/articles/Makefile.inc
Normal file
5
it_IT.ISO8859-1/articles/Makefile.inc
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DESTDIR?= ${DOCDIR}/it_IT.ISO8859-1/articles/${.CURDIR:T}
|
9
it_IT.ISO8859-15/Makefile
Normal file
9
it_IT.ISO8859-15/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR = articles
|
||||
#SUBDIR+= books
|
||||
|
||||
COMPAT_SYMLINK = it
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
9
it_IT.ISO8859-15/articles/Makefile
Normal file
9
it_IT.ISO8859-15/articles/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR+= new-users
|
||||
|
||||
# ROOT_SYMLINKS+= new-users
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
5
it_IT.ISO8859-15/articles/Makefile.inc
Normal file
5
it_IT.ISO8859-15/articles/Makefile.inc
Normal file
|
@ -0,0 +1,5 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DESTDIR?= ${DOCDIR}/it_IT.ISO8859-1/articles/${.CURDIR:T}
|
Loading…
Reference in a new issue