blob: 3aa7b17a73c8265f8b325cef9b15397096ed8f04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# The FreeBSD Russian Documentation Project
#
# $FreeBSDru: frdp/release/doc/ru_RU.KOI8-R/Makefile,v 1.3 2004/05/31 10:22:42 den Exp $
# $FreeBSD$
#
# Original revision: 1.3
#
RELN_ROOT?= ${.CURDIR}/..
SUBDIR = relnotes
SUBDIR+= hardware
#SUBDIR+= readme
#SUBDIR+= errata
#SUBDIR+= installation
#SUBDIR+= early-adopter
COMPAT_SYMLINK = ru
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|