mirror of https://github.com/MidnightCommander/mc
26 lines
427 B
Makefile
26 lines
427 B
Makefile
|
mclibdir = $(libdir)/mc
|
||
|
syntaxdir = $(mclibdir)/syntax
|
||
|
|
||
|
syntax_DATA = \
|
||
|
ada95.syntax \
|
||
|
c.syntax \
|
||
|
changelog.syntax \
|
||
|
diff.syntax \
|
||
|
fortran.syntax \
|
||
|
html.syntax \
|
||
|
java.syntax \
|
||
|
latex.syntax \
|
||
|
lsm.syntax \
|
||
|
mail.syntax \
|
||
|
makefile.syntax \
|
||
|
ml.syntax \
|
||
|
nroff.syntax \
|
||
|
pascal.syntax \
|
||
|
perl.syntax \
|
||
|
python.syntax \
|
||
|
sh.syntax \
|
||
|
smalltalk.syntax \
|
||
|
swig.syntax \
|
||
|
texinfo.syntax \
|
||
|
unknown.syntax
|