]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/tools/lacheck.rea
Remove demos from the Debian -examples package.
[wxWidgets.git] / utils / tex2rtf / tools / lacheck.rea
1 To compile, do as folows:
2
3 flex -8 lacheck.lex
4 cc lex.yy.c -ll -O -o lacheck
5
6 This should make a executable file called lacheck.
7 Further documentation is in the manualpage.
8
9 /Kresten