File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 4f2ee0ef3a080ba5cc922dcd96c1fe9a0136e979
4
+ refs/heads/snap-stage3: 6143419ee1b9c38a33e8507c318f7906377bda03
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -123,8 +123,11 @@ install-host: $(CSREQ$(ISTAGE)_T_$(CFG_BUILD_TRIPLE)_H_$(CFG_BUILD_TRIPLE))
123
123
$(Q )$(call INSTALL_LIB,$(HL ) ,$(PHL ) ,$(LIBRUSTDOC_GLOB_$(CFG_BUILD_TRIPLE ) ) )
124
124
$(Q )$(call INSTALL,$(HL ) ,$(PHL ) ,$(CFG_RUNTIME_$(CFG_BUILD_TRIPLE ) ) )
125
125
$(Q )$(call INSTALL,$(HL ) ,$(PHL ) ,$(CFG_RUSTLLVM_$(CFG_BUILD_TRIPLE ) ) )
126
- $(Q )$(call INSTALL,$(S ) /man, \
127
- $(PREFIX_ROOT ) /share/man/man1,rustc.1)
126
+ $(Q )$(call INSTALL,$(S ) /man, $(PREFIX_ROOT ) /share/man/man1,rust.1)
127
+ $(Q )$(call INSTALL,$(S ) /man, $(PREFIX_ROOT ) /share/man/man1,rustc.1)
128
+ $(Q )$(call INSTALL,$(S ) /man, $(PREFIX_ROOT ) /share/man/man1,rustdoc.1)
129
+ $(Q )$(call INSTALL,$(S ) /man, $(PREFIX_ROOT ) /share/man/man1,rusti.1)
130
+ $(Q )$(call INSTALL,$(S ) /man, $(PREFIX_ROOT ) /share/man/man1,rustpkg.1)
128
131
129
132
install-targets : $(INSTALL_TARGET_RULES )
130
133
You can’t perform that action at this time.
0 commit comments