diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-31 19:24:42 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-31 19:24:42 +0300 |
commit | 83bbdbcf8888616f1f29847a308e08120a42d160 (patch) | |
tree | ab0f1c795e9776977344e1c0c6a74322999d2eb7 /lib/Makefile.am | |
parent | d23b44fc22ba1015b1d996628863ef92a18bd87e (diff) | |
download | sciteco-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/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 10 |
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 |