[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [PATCH] Makefile: Add updatepo target
From: |
Jean Delvare |
Subject: |
[Quilt-dev] [PATCH] Makefile: Add updatepo target |
Date: |
Thu, 10 Nov 2016 15:54:38 +0100 |
Add a target "updatepo" which translators can run to update the
translation files. Then they can look for strings to translate and
send us a patch or the updated translation file(s).
---
Makefile.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--- a/Makefile.in
+++ b/Makefile.in
@@ -148,6 +148,8 @@ endif
%.po : po/quilt.pot
$(MSGMERGE) -o $@ $@ $^
+updatepo : $(PO:%=po/%)
+
scripts : $(BIN:%=bin/%) $(QUILT:%=quilt/%) \
$(SCRIPTS:%=quilt/scripts/%) \
$(if $(PATCH_WRAPPER),bin/patch-wrapper)
@@ -435,7 +437,7 @@ uninstall ::
done
endif
-.PHONY :: all install uninstall clean distclean
+.PHONY :: all install uninstall clean distclean updatepo
# Clear the suffix list
.SUFFIXES:
--
Jean Delvare
SUSE L3 Support
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Quilt-dev] [PATCH] Makefile: Add updatepo target,
Jean Delvare <=