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:
parent
b111009868
commit
e16a57f733
2 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -14,6 +14,7 @@ Build/MakeMans
|
|||
git-annex
|
||||
git-annex-shell
|
||||
git-remote-annex
|
||||
git-remote-tor-annex
|
||||
man
|
||||
doc/.ikiwiki
|
||||
html
|
||||
|
|
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue