diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-08-06 17:04:17 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-08-06 17:04:17 +0000 |
| commit | 4e014cb67ce6c788d2dcc114649ba4d8bd5c1f7e (patch) | |
| tree | ce8312983edfa976e334a6888a79c952657d33ad /Makefile | |
| parent | 18245e1cbe09e328798f9b8cda3e661d9c4fd385 (diff) | |
Activate German translation.
Notes
svn path=/head/; revision=7799
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $FreeBSD: doc/Makefile,v 1.17 1999/12/16 02:22:16 billf Exp $ +# $FreeBSD: doc/Makefile,v 1.18 2000/04/30 21:58:43 nik Exp $ # # The user can override the default list of languages to build and install # with the DOC_LANG variable. @@ -7,6 +7,7 @@ SUBDIR = ${DOC_LANG} .else SUBDIR = en_US.ISO_8859-1 +SUBDIR+= de_DE.ISO_8859-1 SUBDIR+= es_ES.ISO_8859-1 SUBDIR+= fr_FR.ISO_8859-1 SUBDIR+= ja_JP.eucJP |
