aboutsummaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-05 21:54:40 +0100
committereldritch horrors <pennae@lix.systems>2024-03-05 23:01:05 +0100
commite8f1acfb188e53e7e62b79d0e6beab0605640d7f (patch)
tree257f6e3ec7113c97eb17ff2e0fffb97daaa7fa4e /mk
parent13d2f962575e16215844a187399ff62ca876a1fb (diff)
Merge pull request #5145 from fedepell/local_doc_build_5140
Docs build: depend on locally built nix executable and not installed one (cherry picked from commit ca72e3e7e8f69526f028475a7a9b40812da1acdd) === includes changes from (because not doing so removes manpages): Merge pull request #9976 from alois31/restore-manual-pages Restore manual pages (cherry picked from commit d3c1997127e0fc08576e842b2bfe046d8a28d2f4) Change-Id: I685ff16163ac552a1754570c03c992c63a461d50
Diffstat (limited to 'mk')
-rw-r--r--mk/lib.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/lib.mk b/mk/lib.mk
index 366f0e373..920f5ca8e 100644
--- a/mk/lib.mk
+++ b/mk/lib.mk
@@ -113,6 +113,10 @@ $(foreach test-group, $(install-tests-groups), \
$(eval $(call run-install-test,$(test))) \
$(eval $(test-group).test-group: $(test).test)))
+# Include makefiles requiring built programs.
+$(foreach mf, $(makefiles-late), $(eval $(call include-sub-makefile,$(mf))))
+
+
$(foreach file, $(man-pages), $(eval $(call install-data-in, $(file), $(mandir)/man$(patsubst .%,%,$(suffix $(file))))))