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
_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev