Mathieu Lirzin <m...@gnu.org> skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mathieu Lirzin <m...@gnu.org> skribis:
[...] >>> To emphasize how the file names relate to the current directory of the >>> ‘Makefile’ snippet, we could use ‘%reldir%’ or ‘%D%’ like describe in: >>> >>> https://www.gnu.org/software/automake/manual/automake.html#Include >>> >>> Moreover this would makes the future move/rename of directories less >>> troublesome. >>> >>> WDYT? >> >> Hey, didn’t know about that one! :-) >> >> So yes, %D%, why not? >> >> Ludo’. > > Do you confirm? > > > From 420cb5c4a4cba223cea3361163edc511d3c4e08e Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin <m...@gnu.org> > Date: Sat, 21 May 2016 22:50:43 +0200 > Subject: [PATCH] build: Use "%D%" in Makefile fragments. > > * doc/local.mk: Use "%D%" for the directory of the fragment relative to > the base 'Makefile.am'. > * emacs/local.mk: Likewise. > * gnu/local.mk: Likewise. > * nix/local.mk: Likewise. LGTM! > I give another chance for others to disagree. :) Always risky. ;-) Thanks, Ludo’.