mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
build: Simplify last change.
* Makefile.in (doc/gperf.1): Simplify rule.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2024-07-22 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
build: Simplify last change.
|
||||||
|
* Makefile.in (doc/gperf.1): Simplify rule.
|
||||||
|
|
||||||
2024-07-21 Bruno Haible <bruno@clisp.org>
|
2024-07-21 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
build: Fix failure of "./configure; make dist".
|
build: Fix failure of "./configure; make dist".
|
||||||
|
|||||||
@@ -109,9 +109,9 @@ dist : force
|
|||||||
# Ensure that the manual page is up-to-date when "make dist" runs.
|
# Ensure that the manual page is up-to-date when "make dist" runs.
|
||||||
dist : doc/gperf.1
|
dist : doc/gperf.1
|
||||||
doc/gperf.1: $(srcdir)/src/options.cc
|
doc/gperf.1: $(srcdir)/src/options.cc
|
||||||
(cd lib && $(MAKE)) \
|
cd lib && $(MAKE)
|
||||||
&& (cd src && $(MAKE) gperf$(EXEEXT)) \
|
cd src && $(MAKE) gperf$(EXEEXT)
|
||||||
&& (cd doc && $(MAKE) gperf.1)
|
cd doc && $(MAKE) gperf.1
|
||||||
|
|
||||||
force :
|
force :
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user