Add makefile for console server tutorial.
This commit is contained in:
parent
68f7ddab1c
commit
a032d267ea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10683
1 changed files with 18 additions and 0 deletions
18
en_US.ISO8859-1/articles/console-server/Makefile
Normal file
18
en_US.ISO8859-1/articles/console-server/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
DOC?= article
|
||||
|
||||
DOCFORMAT= html
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
CSS_SHEET= itgastyle.css
|
||||
IMAGES= tk0231-9-1.png
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
Loading…
Reference in a new issue