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

build: Don't leave an empty gperf.1 on disk if help2man fails.

* doc/Makefile.in (gperf.1): Use a temporary file.
(clean): Remove this temporary file.
This commit is contained in:
Bruno Haible
2024-07-22 01:52:42 +02:00
parent 5e4394dfcb
commit 043d5ea719
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2024-07-21 Bruno Haible <bruno@clisp.org>
build: Don't leave an empty gperf.1 on disk if help2man fails.
* doc/Makefile.in (gperf.1): Use a temporary file.
(clean): Remove this temporary file.
2024-07-21 Bruno Haible <bruno@clisp.org>
build: Fix VPATH builds.