AZ logo

CTAN directory: /support/mkjobtexmf

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
mkjobtexmf Generate a texmf tree for a particular job.

Files

Name Size* Date UTC Notes
Makefile.in 3 KiB 2011-Nov-10
README 2 KiB 2011-Nov-10 Shown below
clean-case.pl 436 bytes 2011-Nov-10
configure 67 KiB 2011-Nov-10
configure.ac 406 bytes 2011-Nov-10
install-sh 7 KiB 2007-Sep-06
mkjobtexmf.html 17 KiB 2011-Nov-10
mkjobtexmf.ltx 2 KiB 2011-Nov-10
mkjobtexmf.man 16 KiB 2011-Nov-10
mkjobtexmf.pdf 58 KiB 2011-Nov-10
mkjobtexmf.pl 24 KiB 2011-Nov-10
mkjobtexmf.txt 9 KiB 2011-Nov-10
version.pl 4 KiB 2011-Oct-29

  *File sizes in kibibytes.

Contents of README

README for mkjobtexmf 2011/11/10 v0.8

Copyright 2007, 2008, 2011 by Heiko Oberdiek

License
=======
The file is part of project mkjobtexmf.
It's free software; you may redistribute it and/or
modify it under the same terms as Perl itself
(Perl Artistic License/GNU General Public License, version 2).

Requirements
============
* Perl

Documentation
=============
The source of the documentation is embedded as POD data
in the Perl script mkjobtexmf.pl. The documentation is
available in various formats:
* Manual page:    mkjobtexmf.man
* PDF file:       mkjobtexmf.pdf
* HTML file:      mkjobtexmf.html
* Text file:      mkjobtexmf.txt
And program option --man displays the documentation on
the screen.

Installation
============
* Unix:
  GNU autoconf was used, thus you can try:
    ./configure
    make install
  It should install the script and manual page.
  The other documentation files can be installed manually.

* Manually:
  * mkjobtexmf.pl: Install the file as `mkjobtexmf' in a directory
    that is listed in environment variable `PATH', e.g.
      /usr/local/bin/mkjobtexmf
  * mkjobtexmf.man: Install the manual page as `mkjobtexmf.1'
    in the appropriate directory, e.g.:
      /usr/local/man/man1/mkjobtexmf.1
  * mkjobtexmf.pdf, mkjobtexmf.html, mkjobtexmf.html, README:
    Install them where you find them, for example in directory:
      /usr/local/share/doc/mkjobtexmf/

The files clean-case.pl and version.pl are just helper scripts for
generating the documentation and are provided for sake of completeness.
They are usually not needed, because the documentation files are
already generated and provided in the distribution.

See the documentation for further information.