mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
build: Fix failure of "./configure; make dist".
* Makefile.in (srcdir, VPATH): New variables. (VERSION): Refer to src/version.cc in $(srcdir). (dist): Depend on doc/gperf.1. (doc/gperf.1): New rule. * doc/Makefile.in (DISTRIBUTED_BUILT_FILES): Remove wildcard patterns. (DISTRIBUTED_BUILT_FILES_EXTRA_PATTERNS): New variable. (distdir): Handle the files from DISTRIBUTED_BUILT_FILES_EXTRA_PATTERNS.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2024-07-21 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
build: Fix failure of "./configure; make dist".
|
||||
* Makefile.in (srcdir, VPATH): New variables.
|
||||
(VERSION): Refer to src/version.cc in $(srcdir).
|
||||
(dist): Depend on doc/gperf.1.
|
||||
(doc/gperf.1): New rule.
|
||||
* doc/Makefile.in (DISTRIBUTED_BUILT_FILES): Remove wildcard patterns.
|
||||
(DISTRIBUTED_BUILT_FILES_EXTRA_PATTERNS): New variable.
|
||||
(distdir): Handle the files from DISTRIBUTED_BUILT_FILES_EXTRA_PATTERNS.
|
||||
|
||||
2024-07-21 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
build: Don't leave an empty gperf.1 on disk if help2man fails.
|
||||
|
||||
Reference in New Issue
Block a user