- Add an introductory article to FreeBSD for Linux users

Submitted by:	John Ferrel <jdferrell3@yahoo.com>
This commit is contained in:
Gabor Kovesdan 2008-03-11 11:35:43 +00:00
parent 8a460e9257
commit c99a7bb7f5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31637
4 changed files with 615 additions and 0 deletions

View file

@ -0,0 +1,19 @@
#
# $FreeBSD$
#
# Article: FreeBSD Quickstart for Linux Users
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"