From owner-freebsd-questions Wed Aug 2 6:39: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 4ED0F37BA93 for ; Wed, 2 Aug 2000 06:39:00 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.9.3/8.9.3) id JAA11831; Wed, 2 Aug 2000 09:38:58 -0400 (EDT) (envelope-from lowell) To: Siegbert Baude , freebsd-questions@freebsd.org Subject: Re: German documentation in /usr/doc/Makefile not included? References: <39877DB2.BCDC3BF0@gmx.de> From: Lowell Gilbert Date: 02 Aug 2000 09:38:58 -0400 In-Reply-To: Siegbert Baude's message of "Wed, 02 Aug 2000 03:47:30 +0200" Message-ID: <444s53pytp.fsf@lowellg.ne.mediaone.net> Lines: 34 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Siegbert Baude writes: > 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: You shouldn't need to change the Makefile. Just define the relevant variables on the command line or in your environment. > .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? Last I checked, the German translation wasn't finished. Thus, it would make sense that the public Makefiles wouldn't build it. Be well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message