summaryrefslogtreecommitdiff
path: root/support/latex2man/INSTALL
blob: b21e80feb51e9a677ccb2e284d5b25b84b9d0287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
How to install latex2man:

Requirements:
 - Latex2man requires Perl version >= 5.0004_03.
 - LaTeX2e
 - If you want to install the system with the distributed Makefile, you need
   GNU-make. If you don't have it, you should execute the steps shown
   in the Makefile manually.

Installation:
 - Edit the Makefile and set
	BIN_DIR		= $(HOME)/bin
	MAN_DIR		= $(HOME)/man
	HTML_DIR	= $(HOME)/public_html
	INFO_DIR	= $(HOME)/info
	TEX_DIR		= $(HOME)/tex/inputs
	CFG_DIR		= $(HOME)/tex/inputs
   to your needs
 - If you do not have pdflatex installed, remove in the "all" goal,
   the sub goal "$(BASE).pdf".
 - Edit latex2man and set in the first line
   	#!/usr/local/bin/perl
   to the correct path
 - make install

That's it.

The following files should be part of this package:
	latex2man/latex2man
	latex2man/latex2man.tex
	latex2man/latex2man.inc
	latex2man/latex2man.cfg
	latex2man/latex2man.sty
	latex2man/latex2man.trans
	latex2man/latex2man.css
	latex2man/latex2man.1
	latex2man/latex2man.txt
	latex2man/latex2man.html
	latex2man/latex2man.texi
	latex2man/latex2man.info
	latex2man/latex2man.pdf
	latex2man/Makefile
	latex2man/README
	latex2man/INSTALL
	latex2man/CHANGES
	latex2man/THIS-IS-VERSION-x.y

Juergen

$Id: INSTALL,v 1.9 2017/04/13 14:54:19 vollmer Exp $