- Add an article about the implementation and technical details of
the Linuxulator Written by: rdivacky SGMLified by: gabor
This commit is contained in:
parent
84aa76ae1c
commit
35e6ad52bf
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31613
3 changed files with 2397 additions and 0 deletions
en_US.ISO8859-1/articles
|
@ -29,6 +29,7 @@ SUBDIR+= hubs
|
|||
SUBDIR+= ipsec-must
|
||||
SUBDIR+= laptop
|
||||
SUBDIR+= linux-comparison
|
||||
SUBDIR+= linux-emulation
|
||||
SUBDIR+= mailing-list-faq
|
||||
SUBDIR+= mh
|
||||
SUBDIR+= multi-os
|
||||
|
|
19
en_US.ISO8859-1/articles/linux-emulation/Makefile
Normal file
19
en_US.ISO8859-1/articles/linux-emulation/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Article: Linux emulation in FreeBSD
|
||||
|
||||
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"
|
2377
en_US.ISO8859-1/articles/linux-emulation/article.sgml
Normal file
2377
en_US.ISO8859-1/articles/linux-emulation/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue