From owner-freebsd-questions Tue Aug 1 18:47:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-ether.rz.uni-ulm.de [134.60.1.36]) by hub.freebsd.org (Postfix) with ESMTP id 2CBE437B7D8 for ; Tue, 1 Aug 2000 18:47:33 -0700 (PDT) (envelope-from siegbert.baude@gmx.de) Received: from gmx.de (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.9.3/8.9.3) with ESMTP id DAA25829 for ; Wed, 2 Aug 2000 03:47:31 +0200 (MEST) Message-ID: <39877DB2.BCDC3BF0@gmx.de> Date: Wed, 02 Aug 2000 03:47:30 +0200 From: Siegbert Baude X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-STABLE i386) X-Accept-Language: de, en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: German documentation in /usr/doc/Makefile not included? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, in my /usr/doc there exist the following files, (I suppressed CVSupping the other languages): bash-2.03$ cd /usr/doc/ bash-2.03$ ls Makefile de_DE.ISO_8859-1/ share/ README en_US.ISO_8859-1/ but in the Makefile I only find other languages, which I commented out: .if defined(DOC_LANG) && !empty(DOC_LANG) SUBDIR = ${DOC_LANG} .else SUBDIR = en_US.ISO_8859-1 #SUBDIR+= es_ES.ISO_8859-1 #SUBDIR+= fr_FR.ISO_8859-1 #SUBDIR+= ja_JP.eucJP #SUBDIR+= ru_RU.KOI8-R #SUBDIR+= zh_TW.Big5 .endif Is the German documentation somehow specially treated or is this a bug in the Makefile? Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message