Skip to content

Commit

Permalink
auto merge of #11987 : cmr/rust/rm-rustpkg, r=cmr
Browse files Browse the repository at this point in the history
I'm sorry :'(

Closes #11859
  • Loading branch information
bors committed Feb 2, 2014
2 parents dce61c9 + 25fe2ca commit 8665a51
Show file tree
Hide file tree
Showing 59 changed files with 14 additions and 8,480 deletions.
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ SREQ$(1)_T_$(2)_H_$(3) = \
# libraries
CSREQ$(1)_T_$(2)_H_$(3) = \
$$(TSREQ$(1)_T_$(2)_H_$(3)) \
$$(HBIN$(1)_H_$(3))/rustpkg$$(X_$(3)) \
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
$$(foreach dep,$$(CRATES),$$(TLIB$(1)_T_$(2)_H_$(3))/stamp.$$(dep)) \
$$(foreach dep,$$(HOST_CRATES),$$(HLIB$(1)_H_$(3))/stamp.$$(dep))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ documentation.
> options are also supported, pass `--help` for more information on them.
When complete, `make install` will place several programs into
`/usr/local/bin`: `rustc`, the Rust compiler; `rustdoc`, the
API-documentation tool, and `rustpkg`, the Rust package manager and build
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
API-documentation tool.
system.
3. Read the [tutorial].
4. Enjoy!
Expand Down
270 changes: 0 additions & 270 deletions doc/guide-rustpkg.md

This file was deleted.

Loading

0 comments on commit 8665a51

Please sign in to comment.