mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 11:12:43 +00:00
install.mk: make man1 directory
This commit is contained in:
parent
2c033f83ef
commit
230b279b82
@ -56,6 +56,7 @@ install: install-host install-targets
|
||||
install-host: $(SREQ$(ISTAGE)$(CFG_HOST_TRIPLE))
|
||||
$(Q)mkdir -p $(PREFIX_BIN)
|
||||
$(Q)mkdir -p $(PREFIX_LIB)
|
||||
$(Q)mkdir -p $(PREFIX_ROOT)/share/man/man1
|
||||
$(Q)$(call INSTALL,$(HB),$(PHB),rustc$(X))
|
||||
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUNTIME))
|
||||
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_STDLIB))
|
||||
|
Loading…
Reference in New Issue
Block a user