Index of /archives/text/CTAN/support/dosepsbin

Icon  Name                         Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] Makefile.in 2011-11-11 06:30 2.5K [TXT] README 2012-03-23 04:11 1.6K [   ] clean-case.pl 2011-11-11 06:12 436 [TXT] configure 2012-03-23 04:11 67K [   ] configure.ac 2012-03-23 04:11 397 [TXT] dosepsbin.html 2012-03-23 04:11 6.6K [TXT] dosepsbin.ltx 2012-03-23 04:11 1.7K [TXT] dosepsbin.man 2012-03-23 04:11 8.2K [   ] dosepsbin.pdf 2012-03-23 04:12 45K [   ] dosepsbin.pl 2012-03-23 04:10 12K [TXT] dosepsbin.txt 2012-03-23 04:11 3.4K [TXT] install-sh 2011-11-11 05:51 7.0K [   ] version.pl 2011-11-11 06:02 4.2K
README for dosepsbin 2012/03/22 v1.2

Copyright 2011-2012 by Heiko Oberdiek

License
=======
The file is part of project dosepsbin.
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 dosepsbin.pl. The documentation is
available in various formats:
* Manual page:    dosepsbin.man
* PDF file:       dosepsbin.pdf
* HTML file:      dosepsbin.html
* Text file:      dosepsbin.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:
  * dosepsbin.pl: Install the file as `dosepsbin' in a directory
    that is listed in environment variable `PATH', e.g.
      /usr/local/bin/dosepsbin
  * dosepsbin.man: Install the manual page as `dosepsbin.1'
    in the appropriate directory, e.g.:
      /usr/local/man/man1/dosepsbin.1
  * dosepsbin.pdf, dosepsbin.html, dosepsbin.html, README:
    Install them where you find them, for example in directory:
      /usr/local/share/doc/dosepsbin/

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.