c2aaf6963d
doc/de_DE.ISO8859-1/articles/Makefile Fixes only doc/de_DE.ISO8859-1/articles/solid-state/Makefile new file [X] doc/de_DE.ISO8859-1/articles/solid-state/article.sgml new translation [X] doc/de_DE.ISO8859-1/books/developers-handbook/kerneldebug/chapter.sgml 1.11 -> 1.12 doc/de_DE.ISO8859-1/books/handbook/bibliography/chapter.sgml 1.88 -> 1.89 + fixes doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml 1.201 -> 1.202 + fixes doc/de_DE.ISO8859-1/books/handbook/linuxemu/chapter.sgml 1.140 -> 1.141 + fixes doc/de_DE.ISO8859-1/share/sgml/mailing-lists.ent 1.70 -> 1.71 + fixes Obtained from: The FreeBSD German Documentation Project [X] Translated by: bcr@
21 lines
508 B
Makefile
21 lines
508 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/articles/Makefile,v 1.7 2010/09/18 13:58:33 bcr Exp $
|
|
# basiert auf: 1.42
|
|
|
|
SUBDIR = contributing
|
|
SUBDIR+= contributing-ports
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= laptop
|
|
SUBDIR+= linux-comparison
|
|
SUBDIR+= new-users
|
|
SUBDIR+= solid-state
|
|
SUBDIR+= version-guide
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|