051b6b4410
r46482 -> r51679 head/ja_JP.eucJP/articles/Makefile r51293 -> r51679 head/ja_JP.eucJP/htdocs/docs/books.xml r50719 -> r51679 head/ja_JP.eucJP/htdocs/internal/developer.xml r42723 -> r51679 head/ja_JP.eucJP/share/xml/teams.ent r51353 -> r51679 head/ja_JP.eucJP/share/xml/header.l10n.ent
44 lines
942 B
Makefile
44 lines
942 B
Makefile
# $FreeBSD$
|
|
# Original revision: r51679
|
|
|
|
SUBDIR =
|
|
#SUBDIR+= bsdl-gpl
|
|
#SUBDIR+= building-products
|
|
#SUBDIR+= committers-guide
|
|
SUBDIR+= contributing
|
|
SUBDIR+= contributors
|
|
#SUBDIR+= cups
|
|
#SUBDIR+= explaining-bsd
|
|
#SUBDIR+= filtering-bridges
|
|
SUBDIR+= fonts
|
|
#SUBDIR+= freebsd-questions
|
|
#SUBDIR+= freebsd-releng
|
|
#SUBDIR+= freebsd-update-server
|
|
#SUBDIR+= geom-class
|
|
#SUBDIR+= gjournal-desktop
|
|
#SUBDIR+= hubs
|
|
SUBDIR+= ipsec-must
|
|
#SUBDIR+= ldap-auth
|
|
SUBDIR+= leap-seconds
|
|
#SUBDIR+= linux-emulation
|
|
#SUBDIR+= linux-users
|
|
#SUBDIR+= mailing-list-faq
|
|
#SUBDIR+= nanobsd
|
|
#SUBDIR+= new-users
|
|
#SUBDIR+= pam
|
|
#SUBDIR+= pgpkeys
|
|
#SUBDIR+= port-mentor-guidelines
|
|
#SUBDIR+= pr-guidelines
|
|
SUBDIR+= problem-reports
|
|
#SUBDIR+= rc-scripting
|
|
#SUBDIR+= releng
|
|
#SUBDIR+= remote-install
|
|
#SUBDIR+= serial-uart
|
|
#SUBDIR+= solid-state
|
|
#SUBDIR+= vinum
|
|
#SUBDIR+= vm-design
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|