From: Joey Hess Date: Fri, 2 Jul 2021 18:38:28 +0000 (-0400) Subject: remove TAGS target X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~139 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e8baf5d58f7682cb563d6d6a162331226d63c6f0;p=git-annex.git remove TAGS target hothasktags dropped emacs support, and probably emacs users will use haskell-language-server rather than tags, I guess --- diff --git a/Makefile b/Makefile index cb36a8cc39..02ac1c0567 100644 --- a/Makefile +++ b/Makefile @@ -114,10 +114,6 @@ retest: git-annex tags: @$(MAKE) --quiet hothasktags HOTHASKTAGS_OPT= TAGFILE=tags -# TAGS file for emacs -TAGS: - @$(MAKE) --quiet hothasktags HOTHASKTAGS_OPT=-e TAGFILE=TAGS - # https://github.com/luqui/hothasktags/issues/18 HOTHASKTAGS_ARGS=-XLambdaCase -XPackageImports --cpp @@ -249,4 +245,4 @@ distributionupdate: ghc -Wall -fno-warn-tabs --make Build/DistributionUpdate -XLambdaCase -XPackageImports ./Build/DistributionUpdate -.PHONY: git-annex git-union-merge tags TAGS +.PHONY: git-annex git-union-merge tags