From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31527 Path: news.gmane.org!not-for-mail From: Ralf Stubner Newsgroups: gmane.linux.debian.devel.tetex,gmane.comp.tex.context Subject: Re: ConTeXt installtion and Debian Date: Tue, 24 Oct 2006 22:37:39 +0200 Message-ID: <20061024203739.GJ3391@thinkpad> References: <20061024110408.GF1371@gamma.logic.tuwien.ac.at> <20061024165124.GA6207@gamma.logic.tuwien.ac.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161722354 15295 80.91.229.2 (24 Oct 2006 20:39:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Oct 2006 20:39:14 +0000 (UTC) Cc: Frank =?iso-8859-1?Q?K=FCster?= , ntg-context@ntg.nl, taco@elvenkind.com, debian-tex-maint@lists.debian.org Original-X-From: bounce-debian-tex-maint=debian-tetex-maint-moved1=m.gmane.org@lists.debian.org Tue Oct 24 22:39:07 2006 Return-path: Envelope-to: debian-tetex-maint-moved1@m.gmane.org Original-Received: from murphy.debian.org ([70.103.162.31]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcT2t-000379-04 for debian-tetex-maint-moved1@m.gmane.org; Tue, 24 Oct 2006 22:38:49 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by murphy.debian.org (Postfix) with QMQP id 65C472E79F; Tue, 24 Oct 2006 15:38:46 -0500 (CDT) Old-Return-Path: Original-Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by murphy.debian.org (Postfix) with ESMTP id CD3662E471 for ; Tue, 24 Oct 2006 15:38:41 -0500 (CDT) Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id A49332D8D1EC; Tue, 24 Oct 2006 22:38:28 +0200 (CEST) Original-Received: from [145.254.242.215] (helo=dialin-145-254-242-215.pools.arcor-ip.net) by smtp07.web.de with asmtp (WEB.DE 4.107 #114) id 1GcT2X-0002yM-00; Tue, 24 Oct 2006 22:38:26 +0200 Original-Received: from ralf by thinkpad with local (masqmail 0.2.20) id 1GcT1n-1x9-00; Tue, 24 Oct 2006 22:37:39 +0200 Original-To: Norbert Preining Mail-Followup-To: Norbert Preining , Frank =?iso-8859-1?Q?K=FCster?= , ntg-context@ntg.nl, taco@elvenkind.com, debian-tex-maint@lists.debian.org Content-Disposition: inline In-Reply-To: <20061024165124.GA6207@gamma.logic.tuwien.ac.at> User-Agent: Mutt/1.5.9i Original-Sender: ralf.stubner@web.de X-Sender: ralf.stubner@web.de X-Rc-Virus: 2005-11-10_01 X-Rc-Spam: 2006-04-09_01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on murphy.debian.org X-Spam-Level: X-Spam-Status: No, score=-4.7 required=4.0 tests=AWL,LDOSUBSCRIBER autolearn=no version=3.0.3 Resent-Message-ID: Resent-From: debian-tex-maint@lists.debian.org X-Mailing-List: archive/latest/1792 X-Loop: debian-tex-maint@lists.debian.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: Precedence: list Resent-Sender: debian-tex-maint-request@lists.debian.org Resent-Date: Tue, 24 Oct 2006 15:38:46 -0500 (CDT) Xref: news.gmane.org gmane.linux.debian.devel.tetex:18595 gmane.comp.tex.context:31527 Archived-At: On Tue, Oct 24, 2006 at 18:51 +0200, Norbert Preining wrote: > > Ok, I have rewritten the Debian context package so that it does the > following: > > On installation/update time a script context-build-formats is called > which reads the file > /etc/texmf/context/formats.cnf > where all the formats to be build are defined. Minor point: /etc/texmf is a TEXMF tree that IMHO should follow TDS, hence /etc/texmf/tex/context/formats.cnf might be more appropriate. > Currently my file looks > like this: > # > # This file defines which ConTeXt formats are build > # > {pdftex,aleph} {de,en,it,mptopdf} > > Yes, it expands the curly braces. > > On removal currently I don't do anything, because I don't know how to > know which files should be removed. But this shouldn't be to hard, > remove /usr/share/texmf/web2c/$engine/$format.* Really /usr/share? To which tree are format files written? > BTW, here is the code for the script, it is short: > #!/bin/bash > # context-build-formats > export TEXMFSYSCONFIG=/usr/share/texmf Why that? (Probably related to the question to which tree format files are written.) cheerio ralf