diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-12-31 20:57:48 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-12-31 20:57:48 -0800 |
| commit | b16111f8a99690f5dc392af3f8e6eff37ef63c0f (patch) | |
| tree | b379722c1bc2bf93fa701e070882b447b7fcf251 | |
| parent | 10d99a973498c5a1be6ba318210751efc1c2cf61 (diff) | |
| download | rust-b16111f8a99690f5dc392af3f8e6eff37ef63c0f.tar.gz rust-b16111f8a99690f5dc392af3f8e6eff37ef63c0f.zip | |
mk: The doc directory is no longer included in the main package
| -rw-r--r-- | mk/dist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index a8b331c6cc2..e1b6b017d1c 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -212,7 +212,7 @@ distcheck-osx: dist-osx # Unix binary installer tarballs ###################################################################### -NON_INSTALLED_PREFIXES=COPYRIGHT,LICENSE-APACHE,LICENSE-MIT,README.md,doc +NON_INSTALLED_PREFIXES=COPYRIGHT,LICENSE-APACHE,LICENSE-MIT,README.md define DEF_INSTALLER |
