1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

build: Fix VPATH builds.

* doc/Makefile.in (TEXINFO): Look up texi2html in the current directory.
(gperf.1): Look up help2man in the source directory. Generate gperf.1 in
the source directory.
This commit is contained in:
Bruno Haible
2024-07-22 00:20:58 +02:00
parent efeba7b8bd
commit 5e4394dfcb
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2024-07-21 Bruno Haible <bruno@clisp.org>
build: Fix VPATH builds.
* doc/Makefile.in (TEXINFO): Look up texi2html in the current directory.
(gperf.1): Look up help2man in the source directory. Generate gperf.1 in
the source directory.
2024-07-21 Bruno Haible <bruno@clisp.org>
build: Fix use of perl on Guix, FreeBSD, NetBSD.