mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-10 21:42:00 +03:00
1b5fdb4a33
* syntax/Syntax: Add tcl.syntax. * syntax/Makefile.am: Likewise. * syntax/java.syntax: Don't treat #define separately from other preprocessor directives. * syntax/slang.syntax: Likewise. * syntax/swig.syntax: Likewise.
36 lines
577 B
Makefile
36 lines
577 B
Makefile
mclibdir = $(libdir)/mc
|
|
syntaxdir = $(mclibdir)/syntax
|
|
|
|
syntax_DATA = \
|
|
Syntax \
|
|
ada95.syntax \
|
|
c.syntax \
|
|
changelog.syntax \
|
|
diff.syntax \
|
|
dos.syntax \
|
|
fortran.syntax \
|
|
html.syntax \
|
|
java.syntax \
|
|
latex.syntax \
|
|
lsm.syntax \
|
|
mail.syntax \
|
|
makefile.syntax \
|
|
ml.syntax \
|
|
nroff.syntax \
|
|
octave.syntax \
|
|
pascal.syntax \
|
|
perl.syntax \
|
|
php.syntax \
|
|
po.syntax \
|
|
python.syntax \
|
|
sh.syntax \
|
|
smalltalk.syntax \
|
|
slang.syntax \
|
|
swig.syntax \
|
|
tcl.syntax \
|
|
texinfo.syntax \
|
|
unknown.syntax \
|
|
xml.syntax
|
|
|
|
EXTRA_DIST = $(syntax_DATA)
|