If I understand correctly the build broke because the non-english articles import from the english version of fbsd-from-scratch. Remove the translated articles for the articles I removed in English
30 lines
608 B
Makefile
30 lines
608 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD French Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# Original revision: 1.3
|
|
#
|
|
|
|
SUBDIR = building-products
|
|
SUBDIR+= committers-guide
|
|
SUBDIR+= contributing
|
|
SUBDIR+= contributing-ports
|
|
SUBDIR+= contributors
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= filtering-bridges
|
|
SUBDIR+= fonts
|
|
SUBDIR+= ipsec-must
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= mh
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= new-users
|
|
SUBDIR+= pam
|
|
SUBDIR+= pr-guidelines
|
|
SUBDIR+= problem-reports
|
|
SUBDIR+= releng-packages
|
|
|
|
ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|