Skip to content

Commit 230b279

Browse files
author
Elly Jones
committed
install.mk: make man1 directory
1 parent 2c033f8 commit 230b279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/install.mk

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ install: install-host install-targets
5656
install-host: $(SREQ$(ISTAGE)$(CFG_HOST_TRIPLE))
5757
$(Q)mkdir -p $(PREFIX_BIN)
5858
$(Q)mkdir -p $(PREFIX_LIB)
59+
$(Q)mkdir -p $(PREFIX_ROOT)/share/man/man1
5960
$(Q)$(call INSTALL,$(HB),$(PHB),rustc$(X))
6061
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_RUNTIME))
6162
$(Q)$(call INSTALL,$(HL),$(PHL),$(CFG_STDLIB))

0 commit comments

Comments
 (0)