]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-gui: sync Makefiles with git.git
authorAdam Dinwoodie <adam@dinwoodie.org>
Sat, 15 Feb 2025 21:19:03 +0000 (21:19 +0000)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 6 Sep 2025 09:59:48 +0000 (11:59 +0200)
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>
Makefile
po/glossary/Makefile

index 6385db44392908a45206f3701453471b09bcbb26..69b0b844352bc1854e74a80a9312f8e4a331fbd6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# The default target of this Makefile is...
 all::
 
 # Define V=1 to have a more verbose compile.
index 749aa2e7ec1b02e6af3427516b1197f77bd48795..e656b0d2b0fbd03487e4b89ecd8561a066cc4e33 100644 (file)
@@ -1,3 +1,6 @@
+# The default target of this Makefile is...
+update-po::
+
 PO_TEMPLATE = git-gui-glossary.pot
 
 ALL_POFILES = $(wildcard *.po)