wxWidgets/utils/tex2rtf/tools/lacheck.rea

10 lines
185 B
Plaintext
Raw Normal View History

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