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
19 lines
376 B
Makefile
19 lines
376 B
Makefile
# $FreeBSD$
|
|
|
|
#
|
|
# The FreeBSD Hungarian Documentation Project
|
|
# %SOURCE% en_US.ISO8859-1/articles/Makefile
|
|
# %SRCID% 1.61
|
|
#
|
|
|
|
MAINTAINER= gabor@FreeBSD.org
|
|
|
|
SUBDIR = compiz-fusion
|
|
SUBDIR+= cups
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= gjournal-desktop
|
|
SUBDIR+= linux-comparison
|
|
SUBDIR+= linux-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|