Skip to content

Commit

Permalink
mk: Make distcheck depend on dist-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 24, 2014
1 parent d621631 commit 39b48fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ dist-docs: docs compiler-docs
$(Q) mkdir -p dist/doc/
$(Q) cp -r doc dist/doc/$(CFG_PACKAGE_VERS)

distcheck-docs: dist-docs

######################################################################
# Primary targets (dist, distcheck)
Expand All @@ -264,7 +265,7 @@ else

dist: dist-tar-src dist-osx dist-tar-bins dist-docs

distcheck: distcheck-tar-src distcheck-osx distcheck-tar-bins
distcheck: distcheck-tar-src distcheck-osx distcheck-tar-bins distcheck-docs
$(Q)rm -Rf tmp/distcheck
@echo
@echo -----------------------------------------------
Expand Down

9 comments on commit 39b48fb

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at brson@39b48fb

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/dist = 39b48fb into auto

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/dist = 39b48fb merged ok, testing candidate = b63fe588

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at brson@39b48fb

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/dist = 39b48fb into auto

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/dist = 39b48fb merged ok, testing candidate = b1091c3

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 39b48fb Mar 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = b1091c3

Please sign in to comment.