add git-remote-tor-annex target

Just for consistency, it makes the symlink for git-remote-annex and
git-annex-shell, but not for git-remote-tor-annex despite that being
another one of the multicall programs.
This commit is contained in:
Joey Hess 2025-05-30 13:28:36 -04:00
parent b111009868
commit e16a57f733
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -14,6 +14,7 @@ Build/MakeMans
git-annex
git-annex-shell
git-remote-annex
git-remote-tor-annex
man
doc/.ikiwiki
html

View file

@ -1,4 +1,4 @@
all=git-annex git-annex-shell git-remote-annex mans docs
all=git-annex git-annex-shell git-remote-annex git-remote-tor-annex mans docs
# set to "./Setup" if you lack a cabal program. Or can be set to "stack"
BUILDER?=cabal
@ -74,6 +74,9 @@ git-annex-shell: git-annex
git-remote-annex: git-annex
ln -sf git-annex git-remote-annex
git-remote-tor-annex: git-annex
ln -sf git-annex git-remote-tor-annex
install-mans: mans
install -d $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1
install -m 0644 man/*.1 $(DESTDIR)$(PREFIX)/$(SHAREDIR)/man/man1