File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ fixup_locale:
26
26
snag_docs : Documentation/man1/git-filter-repo.1 Documentation/html/git-filter-repo.html
27
27
28
28
Documentation/man1/git-filter-repo.1 :
29
- mkdir -p man1
30
- git show docs:man1/git-filter-repo.1 > Documentation/man1/git-filter-repo.1
29
+ mkdir -p Documentation/ man1
30
+ git show origin/ docs:man1/git-filter-repo.1 > Documentation/man1/git-filter-repo.1
31
31
32
32
Documentation/html/git-filter-repo.html :
33
- mkdir -p html
34
- git show docs:html/git-filter-repo.html > Documentation/html/git-filter-repo.html
33
+ mkdir -p Documentation/ html
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