summaryrefslogtreecommitdiff
path: root/support/tiny_c2l/lx2l-src/0readme.txt
blob: 6a078fd48b80ed814d1b022ed8b3214ad088cc50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This directory contains the LX2l sources of tiny_c2l.l, tiny_t2l.l,
position.dtx, position.ins, position.html, makefile*, and descrip.mms.

If you want to modify something, you should grab the lx2l preprocessor
(http://www.informatik.fh-mannheim.de/lx2l) to generate the files from the LX2l
source.

To generate the makefile, use the command

   lx2l -x makefile.lxx

and then one of the following commands to generate the makefile:

	lx2l d  makefile.lx  (DOS makefile with lx2l)
	lx2l u  makefile.lx  (UNIX makefile with lx2l)
	lx2l v  makefile.lx  (VMS makefile with lx2l)
	lx2l d1 makefile.lx	(DOS makefile without lx2l)
	lx2l u1 makefile.lx	(UNIX makefile without lx2l)
	lx2l v1 makefile.lx	(VMS makefile without lx2l)

Then you can type just "make" to build everything else.