diff --git a/po/Makefile b/po/Makefile index aa0bc71..e4dd929 100644 --- a/po/Makefile +++ b/po/Makefile @@ -52,4 +52,10 @@ merge: $(POTFILE) $(POFILES) $(MSGMERGE) $$base $(NLSPACKAGE).pot; \ done +tgz: + @rm -rf ../kexec-tools-po + @mkdir ../kexec-tools-po + @cp $(POFILES) Makefile ../kexec-tools-po + @tar -czvf ../kexec-tools-po-$(shell date +%Y%m%d).tgz ../kexec-tools-po + .PHONY: missing depend