File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ Documentation/html/git-filter-repo.html:
34
34
git show origin/docs:html/git-filter-repo.html > Documentation/html/git-filter-repo.html
35
35
36
36
install : snag_docs # fixup_locale
37
- cp -a git-filter-repo $(bindir ) /
38
- ln -s $(bindir ) /git-filter-repo $(pythondir ) /git_filter_repo.py
39
- cp -a Documentation/man1/git-filter-repo.1 $(mandir ) /man1/git-filter-repo.1
40
- cp -a Documentation/html/git-filter-repo.html $(htmldir ) /git-filter-repo.html
37
+ cp -a git-filter-repo " $( bindir) /"
38
+ ln -sf " $( bindir) /git-filter-repo" " $( pythondir) /git_filter_repo.py"
39
+ cp -a Documentation/man1/git-filter-repo.1 " $( mandir) /man1/git-filter-repo.1"
40
+ cp -a Documentation/html/git-filter-repo.html " $( htmldir) /git-filter-repo.html"
41
41
42
42
43
43
#
You can’t perform that action at this time.
0 commit comments