wxWidgets/utils/tex2rtf/tools/lacheck.rea
2002-08-07 09:56:23 +00:00

10 lines
185 B
Plaintext

To compile, do as folows:
flex -8 lacheck.lex
cc lex.yy.c -ll -O -o lacheck
This should make a executable file called lacheck.
Further documentation is in the manualpage.
/Kresten