Name Original Revision ---- -------- dialup-firewall/article.sgml 1.7 diskless-x/article.sgml 1.4 explaining-bsd/article.sgml 1.1 fonts/article.sgml 1.15 formatting-media/article.sgml 1.16 ipsec-must/article.sgml 1.3 mh/article.sgml 1.9 solid-state/article.sgml 1.1 vm-design/article.sgml 1.4 zip-drive/article.sgml 1.2 and activate build of these document Obtained from: The FreeBSD Russian Documentation Project's CVS Repository
26 lines
565 B
Makefile
26 lines
565 B
Makefile
#
|
|
# $FreeBSD$
|
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/Makefile,v 1.7 2001/07/25 10:26:26 phantom Exp $
|
|
#
|
|
# Original revision: 1.9
|
|
|
|
#SUBDIR = committers-guide
|
|
SUBDIR+= dialup-firewall
|
|
SUBDIR+= diskless-x
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= fonts
|
|
SUBDIR+= formatting-media
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= ipsec-must
|
|
SUBDIR+= mh
|
|
#SUBDIR+= multi-os
|
|
#SUBDIR+= new-users
|
|
#SUBDIR+= programming-tools
|
|
SUBDIR+= solid-state
|
|
SUBDIR+= vm-design
|
|
SUBDIR+= zip-drive
|
|
|
|
ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|