diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-18 10:27:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-18 10:27:59 -0800 |
commit | ffac48d093d4b518a0cc0e8bf1b7cb53e0c3d7a2 (patch) | |
tree | 27746141c96717f27093602d720673a83199ccb7 /gitk-git/Makefile | |
parent | RelNotes: drop merge-later comments for maint (diff) | |
parent | gitk: Remove translated message from comments (diff) | |
download | tgif-ffac48d093d4b518a0cc0e8bf1b7cb53e0c3d7a2.tar.xz |
Merge git://ozlabs.org/~paulus/gitk
* 'master' of git://ozlabs.org/~paulus/gitk:
gitk: Remove translated message from comments
gitk: ru.po: Update Russian translation
gitk: Update copyright notice to 2016
gitk: Clear array 'commitinfo' on reload
gitk: Remove closed file descriptors from $blobdifffd
gitk: Turn off undo manager in the text widget
gitk: Fix Japanese translation for "marked commit"
gitk: Fix missing commits when using -S or -G
gitk: Use explicit RGB green instead of "lime"
gitk: Add Portuguese translation
gitk: Makefile: create install bin directory
gitk: Include commit title in branch dialog
gitk: Allow checking out a remote branch
gitk: Add a 'rename' option to the branch context menu
Diffstat (limited to 'gitk-git/Makefile')
-rw-r--r-- | gitk-git/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitk-git/Makefile b/gitk-git/Makefile index 5acdc900ab..5bdd52a6eb 100644 --- a/gitk-git/Makefile +++ b/gitk-git/Makefile @@ -50,6 +50,7 @@ endif all:: gitk-wish $(ALL_MSGFILES) install:: all + $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(bindir_SQ)' $(INSTALL) -m 755 gitk-wish '$(DESTDIR_SQ)$(bindir_SQ)'/gitk $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(msgsdir_SQ)' $(foreach p,$(ALL_MSGFILES), $(INSTALL) -m 644 $p '$(DESTDIR_SQ)$(msgsdir_SQ)' &&) true |