mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Restore manual pages
Commitd536c57e87
inadvertedly broke build and installation of all non-autogenerated manual pages (in particular, all the ones documenting the stable CLI), by moving the definition of the man-pages variable in doc/manual/local.mk after its usage in mk/lib.mk. Move including the former earlier so that the correct order is restored. (cherry picked from commit8f3253c6f4
)
This commit is contained in:
parent
86dfeebb3d
commit
c5a8b9050c
2 changed files with 18 additions and 11 deletions
|
@ -97,6 +97,10 @@ $(foreach test-group, $(install-tests-groups), \
|
|||
$(eval $(call run-test,$(test),$(install_test_init))) \
|
||||
$(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))))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue