15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# If you do not have access to all these, you can get them from an Eskil kit
# as explained below.
TEXTSEARCH = /home/peter/src/textsearch
DIFFUTIL = /home/peter/src/DiffUtilTcl/lib.vfs/DiffUtil
WCB = /home/peter/src/packages/wcb3.4
PDF4TCL = /home/peter/src/pdf4tcl/pkg
SNIT = /home/peter/src/packages/tcllib/modules/snit
TABLELIST = /home/peter/src/packages/tablelist5.12.1
TWAPI = /home/peter/src/packages/twapi
TKDND = /home/peter/src/packages/tkdnd/lib/tkdnd2.4
EMBEDFONT = /usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf
# Tools
NAGELFAR = nagelfar
|
|
|
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# If you do not have access to all these, you can get them from an Eskil kit
# as explained below.
TEXTSEARCH = /home/peter/src/textsearch
DIFFUTIL = /home/peter/src/DiffUtilTcl/lib.vfs/DiffUtil
WCB = /home/peter/src/packages/wcb3.4
PDF4TCL = /home/peter/src/pdf4tcl/pkg
SNIT = /home/peter/src/packages/tcllib/modules/snit
TABLELIST = /home/peter/src/packages/tablelist5.13
TWAPI = /home/peter/src/packages/twapi
TKDND = /home/peter/src/packages/tkdnd/lib/tkdnd2.4
EMBEDFONT = /usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf
# Tools
NAGELFAR = nagelfar
|