On Mon, Jun 10, 2024 at 08:06:00PM +0100, Gavin Smith wrote: > > > > From f104ef8ade570c2af7a8b3986bfd6f1f69ec59b2 Mon Sep 17 00:00:00 2001 > > From: Bruno Haible <br...@clisp.org> > > Date: Mon, 10 Jun 2024 18:56:07 +0200 > > Subject: [PATCH] man: Add support for VPATH builds with OpenBSD 'make'. > > > > * man/Makefile.am: In the rules that use HELP2MAN, prefix the target file > > names > > with '$(srcdir)/'. > > Thanks, I applied this on the master branch and a slightly modified version > on release/7.1.
I have checked, we already have $(srcdir)/ for most similar cases, but I spotted html_default_commands_args.texi doc/Makefile.am which I modified in https://git.savannah.gnu.org/cgit/texinfo.git/commit/?id=f3a4adf6383ad99e5913fadc2e9d2146384d659c I do not know if it is needed for VPATH builds with OpenBSD 'make', but I think that it is better to be consistent anyway. -- Pat