mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
makefiles: add target for man-generator
Add supporting target for recreating man-generator when dependencies needs it.
This commit is contained in:
parent
348c46c8fc
commit
fccd6e0346
@ -128,6 +128,10 @@ all_man: man
|
|||||||
|
|
||||||
$(MAN5) $(MAN7) $(MAN8) $(MAN8SO) $(MAN8DM) $(MAN8CLUSTER) $(MAN8SYSTEMD_GENERATORS): Makefile
|
$(MAN5) $(MAN7) $(MAN8) $(MAN8SO) $(MAN8DM) $(MAN8CLUSTER) $(MAN8SYSTEMD_GENERATORS): Makefile
|
||||||
|
|
||||||
|
$(MANGENERATOR):
|
||||||
|
@echo " [MAKE] $<"
|
||||||
|
$(Q) $(MAKE) -C $(top_builddir) tools
|
||||||
|
|
||||||
# Test whether or not the man page generator works
|
# Test whether or not the man page generator works
|
||||||
$(TESTMAN): $(MANGENERATOR) Makefile
|
$(TESTMAN): $(MANGENERATOR) Makefile
|
||||||
@echo " [TSTMAN] $@"
|
@echo " [TSTMAN] $@"
|
||||||
|
Loading…
Reference in New Issue
Block a user