aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3ee3ab3..5ea80e2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -16,7 +16,10 @@ lexerdir = $(scitecolibdir)/lexers
# This lexer is responsible for styling
# womanpages and is thus useful even when omitting
# the syntax highlighting lexers.
-dist_lexer_DATA = lexers/woman.tes
+dist_lexer_DATA = lexers/woman.tes \
+ lexers/git.tes \
+ lexers/sciteco.tes \
+ lexers/email.tes
if LEXILLA
@@ -100,9 +103,6 @@ dist_lexer_DATA += lexers/verilog.tes \
lexers/yaml.tes \
lexers/markdown.tes \
lexers/asciidoc.tes \
- lexers/troff.tes \
- lexers/git.tes \
- lexers/sciteco.tes \
- lexers/email.tes
+ lexers/troff.tes
endif