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
21 lines
464 B
Makefile
21 lines
464 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# basiert auf: 1.42
|
|
|
|
SUBDIR = contributing
|
|
SUBDIR+= contributing-ports
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= freebsd-update-server
|
|
SUBDIR+= linux-comparison
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= new-users
|
|
SUBDIR+= port-mentor-guidelines
|
|
SUBDIR+= solid-state
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|