summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cweb/INSTALL
blob: da0c453681df05ce2e892acb6b4a849c7e6cf220 (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
$Id: INSTALL,v 1.2 1995/11/30 15:41:27 schrod Exp $
------------------------------------------------------------


You're not on Unix?  Jump ahead to `INSTALLATION BY HAND'.


INSTALLATION ON UNIX
====================

I have supplied a Makefile for your convenience. You have to edit it
to tell make where your TeX installation lives.

Do you have a TDS-compliant installation?
(E.g., teTeX, highly recommended.)

    yes => Change the value of TEXMF to your TDS root directory.
    no  => Change even more variables (the ones below TEXMF).
	   Make sure all parent directories exist.


Type
	make

Everything should be installed now.

If you have a TDS installation structure and make complains that the
LaTeX directory is not found, install LaTeX first.



INSTALLATION BY HAND
====================

Copy *.cls, *.sty, and contrib/*.sty to some directory where LaTeX finds it.
    The correct TDS directory name is tex/latex/cweb/, relative to the
    TDS root.

Copy *.dvi from the current directory to the directory
where you keep the documentation for your installed LaTeX styles.
    What? You don't have such a directory? Shame on you. ;-)
    The TDS proposes one of the following directory names: doc/latex/cweb/
    or doc/latex/styles/cweb/. I use the latter.