01abcafdff
- Reset maintainership - Remove self from translators
28 lines
463 B
Makefile
28 lines
463 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Article: Installing and Using FreeBSD With Other Operating Systems
|
|
#
|
|
# %SOURCE% en_US.ISO8859-1/articles/multi-os/Makefile
|
|
# %SRCID% 1.12
|
|
#
|
|
|
|
#
|
|
# Tidy messes up iso-8859-2 characters
|
|
#
|
|
|
|
NO_TIDY= yes
|
|
|
|
MAINTAINER= doc@FreeBSD.org
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|