From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/66610 Path: news.gmane.org!not-for-mail From: pmlists@free.fr (Peter =?utf-8?Q?M=C3=BCnster?=) Newsgroups: gmane.comp.tex.context Subject: file dependencies Date: Thu, 03 Mar 2011 20:36:55 +0100 Message-ID: <878vwwxag8.fsf@micropit.couberia.bzh> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299181063 13651 80.91.229.12 (3 Mar 2011 19:37:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2011 19:37:43 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 03 20:37:35 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PvEL6-0002AT-D2 for gctc-ntg-context-518@m.gmane.org; Thu, 03 Mar 2011 20:37:32 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 5118ECAA97; Thu, 3 Mar 2011 20:37:31 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I-S8icCIROB1; Thu, 3 Mar 2011 20:37:19 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E065ACAA92; Thu, 3 Mar 2011 20:37:18 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6A403CAA92 for ; Thu, 3 Mar 2011 20:37:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BSeHT3D5Q1-2 for ; Thu, 3 Mar 2011 20:36:57 +0100 (CET) Original-Received: from filter5-ams.mf.surf.net (filter5-ams.mf.surf.net [192.87.102.73]) by balder.ntg.nl (Postfix) with ESMTP id 87C92CAA91 for ; Thu, 3 Mar 2011 20:36:57 +0100 (CET) Original-Received: from smtp.smtpout.orange.fr (smtp02.smtpout.orange.fr [80.12.242.124]) by filter5-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p23JauaL004666 for ; Thu, 3 Mar 2011 20:36:57 +0100 Original-Received: from micropit.couberia.bzh ([86.214.229.83]) by mwinf5d25 with ME id Ejcw1g0011ocY5i03jcwEn; Thu, 03 Mar 2011 20:36:56 +0100 Original-Received: by micropit.couberia.bzh (Postfix, from userid 1000) id B135D16075E; Thu, 3 Mar 2011 20:36:55 +0100 (CET) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.12.242.124; country=FR; latitude=46.0000; longitude=2.0000; http://maps.google.com/maps?q=46.0000,2.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0BEeHAUIL - 7b509f3c6fe7 - 20110303 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.73 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:66610 Archived-At: Hello, Here comes a little feature request: it would be nice, if context allowed us to write a file with dependency information, like a C-compiler does for the dependencies of a C-file on the included header files. The best would be, to get such dependencies directly in Makefile syntax. Example: Say you have a main context file "main.tex" that includes an environment file "../env.tex" and a figure "subdir/figure.jpg", then running context --dependencies=main.d main would create "main.pdf" and also "main.d" with this line: main.tex: ../env.tex subdir/figure.jpg -- Peter ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________