Just a fuzzy trim...
[midnight-commander.git] / syntax / Makefile.am
blob1efef3f4d110c2d64dd6375740db173e643f6b2c
1 mclibdir = $(libdir)/mc
2 syntaxdir = $(mclibdir)/syntax
4 syntax_DATA =                   \
5         Syntax                  \
6         ada95.syntax            \
7         c.syntax                \
8         changelog.syntax        \
9         diff.syntax             \
10         fortran.syntax          \
11         html.syntax             \
12         java.syntax             \
13         latex.syntax            \
14         lsm.syntax              \
15         mail.syntax             \
16         makefile.syntax         \
17         ml.syntax               \
18         nroff.syntax            \
19         octave.syntax           \
20         pascal.syntax           \
21         perl.syntax             \
22         php.syntax              \
23         po.syntax               \
24         python.syntax           \
25         sh.syntax               \
26         smalltalk.syntax        \
27         slang.syntax            \
28         swig.syntax             \
29         texinfo.syntax          \
30         unknown.syntax          \
31         xml.syntax
33 EXTRA_DIST = $(syntax_DATA)