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$
|
2006-03-22 18:20:49 +01:00
|
|
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile,v 1.37 2006/03/22 17:06:02 marck Exp $
|
2004-07-12 13:33:45 +02:00
|
|
|
#
|
2012-05-25 16:40:55 +02:00
|
|
|
# Original revision: r21216
|
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 =
|
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
|
2010-01-15 13:03:35 +01:00
|
|
|
SUBDIR+= cups
|
2009-11-16 00:08:28 +01:00
|
|
|
SUBDIR+= custom-gcc
|
2005-01-03 15:34:57 +01:00
|
|
|
SUBDIR+= cvs-freebsd
|
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+= freebsd-questions
|
2009-10-19 23:04:42 +02:00
|
|
|
SUBDIR+= geom-class
|
2009-11-07 17:55:02 +01:00
|
|
|
SUBDIR+= gjournal-desktop
|
2004-04-01 12:38:08 +02:00
|
|
|
SUBDIR+= hubs
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= ipsec-must
|
2005-12-20 17:04:11 +01:00
|
|
|
SUBDIR+= laptop
|
2005-09-26 12:29:36 +02:00
|
|
|
SUBDIR+= linux-comparison
|
2005-06-16 08:33:41 +02:00
|
|
|
SUBDIR+= mailing-list-faq
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= mh
|
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
|
2005-06-19 14:16:56 +02:00
|
|
|
SUBDIR+= relaydelay
|
2004-02-22 12:25:49 +01:00
|
|
|
SUBDIR+= releng
|
2005-07-24 13:16:51 +02:00
|
|
|
SUBDIR+= releng-packages
|
2004-01-18 14:03:20 +01:00
|
|
|
#SUBDIR+= serial-uart
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= solid-state
|
2004-01-18 14:03:20 +01:00
|
|
|
#SUBDIR+= vinum
|
2001-07-25 15:17:17 +02:00
|
|
|
SUBDIR+= vm-design
|
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"
|