aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-31 19:24:42 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-31 19:24:42 +0300
commit83bbdbcf8888616f1f29847a308e08120a42d160 (patch)
treeab0f1c795e9776977344e1c0c6a74322999d2eb7 /lib
parentd23b44fc22ba1015b1d996628863ef92a18bd87e (diff)
downloadsciteco-83bbdbcf8888616f1f29847a308e08120a42d160.tar.gz
the git, sciteco and email lexer configurations are now installed even --without-lexilla
They don't require Lexilla, so it makes no sense not to exclude them.
Diffstat (limited to 'lib')
-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