fix: names of ctag Make target deps (#407)

This commit is contained in:
Sebastian Gniazdowski 2022-11-01 10:59:31 +00:00 committed by GitHub
parent 1d9e05fb1e
commit 9987d5c781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ doc/container: container
./scripts/docker-run.sh --docs --debug ./scripts/docker-run.sh --docs --debug
# Run ctags to generate Emacs and Vim's format tag file. # Run ctags to generate Emacs and Vim's format tag file.
tags: tags-emacs tags-vim tags: tags/emacs tags/vim
tags/emacs: ## Build Emacs-style ctags file tags/emacs: ## Build Emacs-style ctags file
@if type ctags >/dev/null 2>&1; then \ @if type ctags >/dev/null 2>&1; then \