2001-07-25 15:17:17 +02:00
|
|
|
#
|
2004-07-12 13:33:45 +02:00
|
|
|
# The FreeBSD Russian Documentation Project
|
|
|
|
#
|
2001-03-11 17:23:54 +01:00
|
|
|
# $FreeBSD$
|
2004-07-12 13:33:45 +02:00
|
|
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile,v 1.27 2004/07/10 10:06:24 marck Exp $
|
|
|
|
#
|
|
|
|
# Original revision: 1.42
|
2001-07-25 15:17:17 +02:00
|
|
|
#
|
2001-03-11 17:23:54 +01:00
|
|
|
|
2004-01-07 10:32:34 +01:00
|
|
|
SUBDIR =
|
|
|
|
SUBDIR+= 5-roadmap
|
2004-01-18 14:03:20 +01:00
|
|
|
SUBDIR+= checkpoint
|
2004-09-21 17:38:38 +02:00
|
|
|
SUBDIR+= committers-guide
|
2004-09-06 15:47:46 +02:00
|
|
|
SUBDIR+= console-server
|
2005-06-10 08:38:07 +02:00
|
|
|
SUBDIR+= contributing
|
2004-01-05 18:05:28 +01:00
|
|
|
#SUBDIR+= contributors
|
2005-01-03 15:34:57 +01:00
|
|
|
SUBDIR+= cvs-freebsd
|
2004-01-23 16:58:05 +01:00
|
|
|
#SUBDIR+= cvsup-advanced
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= dialup-firewall
|
|
|
|
SUBDIR+= diskless-x
|
2004-01-23 16:58:05 +01:00
|
|
|
#SUBDIR+= euro
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= explaining-bsd
|
2004-02-18 08:37:59 +01:00
|
|
|
SUBDIR+= fbsd-from-scratch
|
2004-03-02 08:21:29 +01:00
|
|
|
#SUBDIR+= filtering-bridges
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= fonts
|
|
|
|
SUBDIR+= formatting-media
|
|
|
|
SUBDIR+= freebsd-questions
|
2005-06-04 18:18:42 +02:00
|
|
|
SUBDIR+= hats
|
2004-04-01 12:38:08 +02:00
|
|
|
SUBDIR+= hubs
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= ipsec-must
|
2004-03-02 08:21:29 +01:00
|
|
|
SUBDIR+= java-tomcat
|
2004-07-12 13:33:45 +02:00
|
|
|
#SUBDIR+= laptop
|
|
|
|
#SUBDIR+= mailing-list-faq
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= mh
|
2005-06-10 11:17:33 +02:00
|
|
|
SUBDIR+= multi-os
|
2004-01-23 16:58:05 +01:00
|
|
|
SUBDIR+= new-users
|
2004-01-01 21:55:36 +01:00
|
|
|
SUBDIR+= pam
|
2004-07-12 13:33:45 +02:00
|
|
|
SUBDIR+= portbuild
|
2004-02-21 16:34:49 +01:00
|
|
|
SUBDIR+= pr-guidelines
|
2004-01-05 18:05:28 +01:00
|
|
|
SUBDIR+= problem-reports
|
2003-12-28 10:14:50 +01:00
|
|
|
SUBDIR+= pxe
|
2004-07-12 13:33:45 +02:00
|
|
|
#SUBDIR+= relaydelay
|
2004-02-22 12:25:49 +01:00
|
|
|
SUBDIR+= releng
|
2004-01-18 14:03:20 +01:00
|
|
|
#SUBDIR+= releng-packages
|
|
|
|
#SUBDIR+= serial-uart
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= solid-state
|
2004-01-18 14:03:20 +01:00
|
|
|
#SUBDIR+= storage-devices
|
|
|
|
#SUBDIR+= vinum
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= vm-design
|
|
|
|
SUBDIR+= zip-drive
|
2001-03-11 17:23:54 +01:00
|
|
|
|
2004-01-23 16:58:05 +01:00
|
|
|
# ROOT_SYMLINKS+= new-users
|
2001-03-11 17:23:54 +01:00
|
|
|
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|