]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: add support for ctags 6274/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Jul 2017 16:42:29 +0000 (12:42 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Jul 2017 16:42:29 +0000 (12:42 -0400)
commit0700e8ba71eb37d32c330b8787770d40abc69a4e
tree3ebf69a5a80cd349670d2c85d520f35a0fb70a17
parent25fb19da67fd5d74e8dd5af923712d71b5f73794
meson: add support for ctags

This is a squash of casync commits
https://github.com/systemd/casync/commit/02fbbdb2b9a926a695a3ede7f3e3c17b9779db1a
(by Silvio Fricke)
and https://github.com/systemd/casync/commit/b687a94b1e24df73d32f8cdcee29f3c00eae69c9.

Instead of checking during every meson config whether etags are
available, just try to call them and error out if not. This has
the advantage that the target is always available (if git is installed),
and the error message gives a hint what needs to be installed.

The naming is confusing, but etags(1) is pretty clear:
- emacs expects TAGS file in etags format
- vi expects tags file in ctags format
and automake docs are pretty clear too:
- tags target generates TAGS file
- ctags target generates tags file
meson.build