[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "make dist" error
From: |
Bruno Haible |
Subject: |
Re: "make dist" error |
Date: |
Sat, 19 Aug 2023 21:54:25 +0200 |
Gavin Smith wrote:
> I've added rules for these and checked that they work in out-of-source
> builds, and with make distcheck.
Thanks.
Note that this Makefile.am does not have a .NOTPARALLEL pseudo-target,
therefore if people (not me, but someone else :) ) runs
"make -j 4 dist", two different "make" processes will be started
in the doc/refcard/ directory, leading to undefined results.
I think this can be avoided through the attached patch.
Bruno
doc-rule.fix.diff
Description: Text Data