Re: [PATCH v2] Add optional targets for documentation l10n

2019-01-07 Thread Junio C Hamano
Jean-Noël Avila writes: > +ifdef MAN_FILTER > +MAN_TXT = $(filter $(MAN_FILTER),$(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT)) > +else > MAN_TXT = $(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT) > +MAN_FILTER = $(MAN_TXT) > +endif OK. > OBSOLETE_HTML += everyday.html > OBSOLETE_HTML += git-remote-helpers.html > -

[PATCH v2] Add optional targets for documentation l10n

2019-01-05 Thread Jean-Noël Avila
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 configured paths can be used for translated