outside of the Nix store for the dependencies of the root source
file, which is impure. That's why it needed the
`builtins.currentTime' hack to force a rebuild. It also didn't work
in a chroot. Now find-includes.pl only scans the source file at
hand, and we use builtins.genericClosure to find all includes
recursively.
svn path=/nixpkgs/trunk/; revision=16414
* findLaTeXIncludes: handle the case where the input is already in the
Nix store, and allow a different prefix to be used for searching
included files.
svn path=/nixpkgs/trunk/; revision=8268
summary of the under/overfull boxes and undefined
references/citations. The full log output is still written to
$out/log.
svn path=/nixpkgs/trunk/; revision=3590
handle relative paths to parent directories (../foo/bar.tex). This
can be handled as was done in
https://svn.cs.uu.nl:12443/repos/trace/nix/trunk/make/lib/compile-c.sh.
The `copy-includes.pl' script is generic (not LaTeX specific), so it
should eventually replace most of compile-c.sh and any future
builders that have to set up a tree of symlinks to simulate the
original directory hierarchy of the sources.
svn path=/nixpkgs/trunk/; revision=3220