doc/de_DE.ISO8859-1/articles/Makefile
Eitan Adler db5df9d85f attempt to fix build breakage
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
2015-04-03 05:08:29 +00:00

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"