All of lore.kernel.org
 help / color / mirror / Atom feed
* main - makefiles: add target for man-generator
@ 2021-04-23 21:06 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2021-04-23 21:06 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=fccd6e034625dade9ca302f2fcd99eb32d90974f
Commit:        fccd6e034625dade9ca302f2fcd99eb32d90974f
Parent:        348c46c8fcc285b1c7495a3792f2c3b1c2939e8e
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Fri Apr 23 13:49:52 2021 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Fri Apr 23 23:00:55 2021 +0200

makefiles: add target for man-generator

Add supporting target for recreating man-generator when dependencies needs it.
---
 man/Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/man/Makefile.in b/man/Makefile.in
index 7f4664b01..29afc776b 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -128,6 +128,10 @@ all_man: man
 
 $(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
 $(TESTMAN): $(MANGENERATOR) Makefile
 	@echo "    [TSTMAN] $@"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-23 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 21:06 main - makefiles: add target for man-generator Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.