- Add an introductory article to FreeBSD for Linux users
Submitted by: John Ferrel <jdferrell3@yahoo.com>
This commit is contained in:
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
19
en_US.ISO8859-1/articles/linux-users/Makefile
Normal file
19
en_US.ISO8859-1/articles/linux-users/Makefile
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue