Re: [PATCH 1/1] Add optional targets for documentation l10n

2019-01-07 Thread Junio C Hamano
Jean-Noël AVILA writes: >> The idea is to use $(filter PATTERN..., TEXT) that removes words in >> TEXT that do not match any of the words in PATTERN, and for normal >> build, MAN_FILTER is set identical to TMP_MAN_TXT (which is the >> original MAN_TXT), so there is no filtering happen, but in a b

Re: [PATCH 1/1] Add optional targets for documentation l10n

2019-01-05 Thread Jean-Noël AVILA
On Friday, 4 January 2019 22:05:10 CET Junio C Hamano wrote: > Jean-Noël Avila writes: > > > From: Jean-Noel Avila > > > > The standard doc lists can be filtered to allow using the compilation > > rules with translated manpages where all the pages of the original > > version may not be present.

Re: [PATCH 1/1] Add optional targets for documentation l10n

2019-01-04 Thread Junio C Hamano
Jean-Noël Avila writes: > From: Jean-Noel Avila > > The standard doc lists can be filtered to allow using the compilation > rules with translated manpages where all the pages of the original > version may not be present. > > The install variable are reused in the secondary repo so that the > con