Add a recently translated article: vm-design.
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
parent
1930e35540
commit
7ddf4cfda0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16303
3 changed files with 1065 additions and 0 deletions
|
@ -7,6 +7,7 @@ SUBDIR+= explaining-bsd
|
|||
SUBDIR+= filtering-bridges
|
||||
SUBDIR+= multi-os
|
||||
SUBDIR+= new-users
|
||||
SUBDIR+= vm-design
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
|
||||
|
|
19
it_IT.ISO8859-15/articles/vm-design/Makefile
Normal file
19
it_IT.ISO8859-15/articles/vm-design/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
IMAGES = ../../../en_US.ISO8859-1/articles/vm-design/fig1.eps
|
||||
IMAGES+= ../../../en_US.ISO8859-1/articles/vm-design/fig2.eps
|
||||
IMAGES+= ../../../en_US.ISO8859-1/articles/vm-design/fig3.eps
|
||||
IMAGES+= ../../../en_US.ISO8859-1/articles/vm-design/fig4.eps
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
1045
it_IT.ISO8859-15/articles/vm-design/article.sgml
Normal file
1045
it_IT.ISO8859-15/articles/vm-design/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue