Skip to content

Commit 28051a8

Browse files
committed
Install man page for rustc
1 parent feb3e6e commit 28051a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/install.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ install-host: $(SREQ$(ISTAGE)$(CFG_HOST_TRIPLE))
4949
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUNTIME))
5050
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_STDLIB))
5151
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUSTLLVM))
52+
$(Q)$(call INSTALL,$(S)/man, \
53+
$(PREFIX_ROOT)/share/man/man1,rustc.1)
5254

5355
install-targets: $(INSTALL_TARGET_RULES)

0 commit comments

Comments
 (0)