543be4ca7e
- articles/Makefile 1.62 -> 1.63 (SRCID bump only, new article not translated) - handbook/eresources 1.208 -> 1.209 - handbook/network-servers 1.130 -> 1.136 - mailing-lists.ent 1.79 -> 1.80 Obtained from: the FreeBSD Dutch Documentation Project
14 lines
283 B
Makefile
14 lines
283 B
Makefile
# $FreeBSD$
|
|
|
|
# %SOURCE% en_US.ISO8859-1/articles/Makefile
|
|
# %SRCID% 1.63
|
|
|
|
SUBDIR =
|
|
SUBDIR+= contributing
|
|
SUBDIR+= contributing-ports
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= problem-reports
|
|
SUBDIR+= solid-state
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|