diff options
| author | Adam Dinwoodie <adam@dinwoodie.org> | 2025-02-15 21:19:03 +0000 |
|---|---|---|
| committer | Johannes Sixt <j6t@kdbg.org> | 2025-09-06 11:59:48 +0200 |
| commit | 7ef77ec0054b3b4ef3cfee6ef97c43c01965be88 (patch) | |
| tree | 4b8b9f556852b1b303b1e6537b817f4fcb062e97 | |
| parent | 530c5f009587dba966d04ee67b9fc9da30be0871 (diff) | |
| download | git-7ef77ec0054b3b4ef3cfee6ef97c43c01965be88.tar.gz | |
git-gui: sync Makefiles with git.git
In git.git, commit 5309c1e9fb39 (Makefile: set default goals in
makefiles, 2025-02-15) touched two Makefiles in the git-git/ directory.
Import these changes, so that the trees can converge again with the
next merge of this repository into git.git.
Reported-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | po/glossary/Makefile | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,4 @@ +# The default target of this Makefile is... all:: # Define V=1 to have a more verbose compile. diff --git a/po/glossary/Makefile b/po/glossary/Makefile index 749aa2e7ec..e656b0d2b0 100644 --- a/po/glossary/Makefile +++ b/po/glossary/Makefile @@ -1,3 +1,6 @@ +# The default target of this Makefile is... +update-po:: + PO_TEMPLATE = git-gui-glossary.pot ALL_POFILES = $(wildcard *.po) |
