Rollup merge of #39478 - alexcrichton:add-xpy, r=japaric

rustbuild: Add x.py to source tarballs

We should be sure to add our build system entry point!

Closes #39476
This commit is contained in:
Corey Farwell 2017-02-05 09:14:54 -05:00 committed by GitHub
commit 403ca55a85

View File

@ -381,7 +381,8 @@ pub fn rust_src(build: &Build) {
"README.md",
"RELEASES.md",
"configure",
"Makefile.in"
"Makefile.in",
"x.py",
];
let src_dirs = [
"man",