ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* file dependencies
@ 2011-03-03 19:36 Peter Münster
  2011-03-03 19:54 ` Taco Hoekwater
  2011-03-04 13:05 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Münster @ 2011-03-03 19:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-04 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-03 19:36 file dependencies Peter Münster
2011-03-03 19:54 ` Taco Hoekwater
2011-03-04 13:05 ` Hans Hagen
2011-03-04 14:33   ` Peter Münster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).