Re: [Quilt-dev] Quilt 0.65 coming soon

2016-11-10 Thread Holger Wansing
Hi, Jean Delvare wrote: > Hallo Holger, > > On lun., 2016-11-07 at 12:00 +0100, Holger Wansing wrote: > > Jean Delvare wrote: > > > On Fri, 4 Nov 2016 19:54:54 +0100, Holger Wansing wrote: > > > > Where to find the new po files? > > > > The de.po in git repo

[Quilt-dev] [PATCH] Generate guards man page in doc/

2016-11-10 Thread Jean Delvare
For consistency, the guards manual page should be generated under doc/, not bin/. --- Makefile.in |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/Makefile.in +++ b/Makefile.in @@ -104,8 +104,8 @@ DIRT += $(DOC_IN:%=doc/%) doc/reference MAN1 :=

[Quilt-dev] [PATCH] Makefile: Add updatepo target

2016-11-10 Thread Jean Delvare
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