bors 5e21e17d96 auto merge of #20437 : ranma42/rust/fix-make-install, r=alexcrichton
After 8b3c67690c4747b9fadfef407e6261524fb03f8a the `make install`
command fails if docs are not disabled through CFG_DISABLE_DOCS,
because now the `install` target uses
../../tmp/dist/$(DOC_PKG_NAME)-$(CFG_BUILD)/install.sh

Instead of explicitly depending on
dist/$(PKG_NAME)-$(CFG_BUILD).tar.gz, the `prepare_[un]install`
targets now depend on `dist-tar-bins`, which packages the appropriate
dist archives depending on the configuration.
2015-01-04 14:21:08 +00:00
..
2015-01-03 15:16:10 +00:00
2015-01-03 23:43:57 -08:00
2014-12-16 17:08:49 +01:00
2015-01-03 23:43:57 -08:00
2015-01-03 09:49:51 +01:00
2015-01-03 15:16:10 +00:00
2014-12-11 15:33:27 -07:00
2015-01-03 23:43:57 -08:00