diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-05-09 13:14:36 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-09 13:14:36 -0700 |
| commit | c6a20717bb5286cc140e1818d150f293bed5631b (patch) | |
| tree | 366ffca741a51319fca50f9193885942ec6fab68 /git-gui/Makefile | |
| parent | 1ee85f0e215f22b0878d0ad4b2445d12bbb63887 (diff) | |
| parent | 309bb874dcba2c96f8b12d20bed16cf6a1ea0133 (diff) | |
| download | git-c6a20717bb5286cc140e1818d150f293bed5631b.tar.xz | |
Merge branch 'master' of https://github.com/j6t/git-gui
* 'master' of https://github.com/j6t/git-gui:
git-gui: treat the message template file as a built file
git-gui: heed core.commentChar/commentString
git-gui: po/README: update repository location and maintainer
Diffstat (limited to 'git-gui/Makefile')
| -rw-r--r-- | git-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/Makefile b/git-gui/Makefile index 6c5a12bc32..e3b4f324b6 100644 --- a/git-gui/Makefile +++ b/git-gui/Makefile @@ -322,7 +322,7 @@ dist-version: @echo $(GITGUI_VERSION) > $(TARDIR)/version clean:: - $(RM_RF) $(GITGUI_MAIN) lib/tclIndex po/*.msg + $(RM_RF) $(GITGUI_MAIN) lib/tclIndex po/*.msg $(PO_TEMPLATE) $(RM_RF) GIT-VERSION-FILE GIT-GUI-VARS ifdef GITGUI_MACOSXAPP $(RM_RF) 'Git Gui.app'* git-gui |
