summaryrefslogtreecommitdiff
path: root/support/tiny_c2l/lx2l-src/0readme.txt
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/tiny_c2l/lx2l-src/0readme.txt
Initial commit
Diffstat (limited to 'support/tiny_c2l/lx2l-src/0readme.txt')
-rw-r--r--support/tiny_c2l/lx2l-src/0readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/support/tiny_c2l/lx2l-src/0readme.txt b/support/tiny_c2l/lx2l-src/0readme.txt
new file mode 100644
index 0000000000..6a078fd48b
--- /dev/null
+++ b/support/tiny_c2l/lx2l-src/0readme.txt
@@ -0,0 +1,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.