Index of /archives/text/CTAN/support/mkjobtexmf

Icon  Name                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] Makefile.in 2011-11-11 06:08 2.5K [TXT] README 2011-11-11 06:44 1.7K [   ] clean-case.pl 2011-11-11 06:13 436 [TXT] configure 2011-11-11 06:44 67K [   ] configure.ac 2011-11-11 06:44 406 [TXT] install-sh 2007-09-06 17:50 7.0K [TXT] mkjobtexmf.html 2011-11-11 06:13 17K [TXT] mkjobtexmf.ltx 2011-11-11 06:44 1.7K [TXT] mkjobtexmf.man 2011-11-11 06:06 16K [   ] mkjobtexmf.pdf 2011-11-11 06:13 58K [   ] mkjobtexmf.pl 2011-11-11 06:05 24K [TXT] mkjobtexmf.txt 2011-11-11 06:06 9.5K [   ] version.pl 2011-10-30 04:07 4.2K
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.