From 83bbdbcf8888616f1f29847a308e08120a42d160 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 31 Mar 2025 19:24:42 +0300 Subject: 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. --- lib/Makefile.am | 10 +++++----- 1 file 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 -- cgit v1.2.3