diff options
| -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) |
