diff options
author | Johann Kois <jkois@FreeBSD.org> | 2004-12-18 12:48:34 +0000 |
---|---|---|
committer | Johann Kois <jkois@FreeBSD.org> | 2004-12-18 12:48:34 +0000 |
commit | 463cc41e615d58de42c44238bfa77ef2410e02b4 (patch) | |
tree | f7d173aba2e950b5dcf225b28a6972ff6c58a07b /de_DE.ISO8859-1/Makefile | |
parent | 61c0fb349956195eb09d59b99c7a199f3e499d96 (diff) | |
download | doc-463cc41e615d58de42c44238bfa77ef2410e02b4.tar.gz doc-463cc41e615d58de42c44238bfa77ef2410e02b4.zip |
MFbed: Hello to the German article section.
Makefile include the new German article section
articles/Makefile new
articles/Makefile.inc new
articles/contributing/article.sgml new translation
articles/contributing/Makefile new
articles/explaining-bsd/article.sgml new translation [*]
articles/explaining-bsd/Makefile new
articles/laptop/article.sgml new translation [*]
articles/laptop/Makefile new
Obtained from: The FreeBSD German Documentation Project.
Approved by: mheinen (mentor)
[*]
Submitted by: Fabio Tosques <F.Tosques@gmx.de>
Notes
Notes:
svn path=/head/; revision=23264
Diffstat (limited to 'de_DE.ISO8859-1/Makefile')
-rw-r--r-- | de_DE.ISO8859-1/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/de_DE.ISO8859-1/Makefile b/de_DE.ISO8859-1/Makefile index 63a1e66199..5963c6d13d 100644 --- a/de_DE.ISO8859-1/Makefile +++ b/de_DE.ISO8859-1/Makefile @@ -1,8 +1,15 @@ -# $FreeBSD$ +# +# The FreeBSD Documentation Project +# The FreeBSD German Documentation Project +# +# $FreeBSD$ +# $FreeBSDde: de-docproj/Makefile,v 1.2 2004/11/28 21:13:46 jkois Exp $ +# basiert auf: 1.7 COMPAT_SYMLINK = de -SUBDIR= books +SUBDIR = articles +SUBDIR+= books DOC_PREFIX?= ${.CURDIR}/.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" |