Skip to content

Commit 7ef77ec

Browse files
me-andj6t
authored andcommitted
git-gui: sync Makefiles with git.git
In git.git, commit 5309c1e (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 <[email protected]> Signed-off-by: Johannes Sixt <[email protected]>
1 parent 530c5f0 commit 7ef77ec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# The default target of this Makefile is...
12
all::
23

34
# Define V=1 to have a more verbose compile.

po/glossary/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# The default target of this Makefile is...
2+
update-po::
3+
14
PO_TEMPLATE = git-gui-glossary.pot
25

36
ALL_POFILES = $(wildcard *.po)

0 commit comments

Comments
 (0)