Skip to content

Commit

Permalink
Auto merge of #28174 - steveklabnik:gh14705, r=alexcricton
Browse files Browse the repository at this point in the history
Because 'doc' is a directory, when running `make doc`, you'll see
this:

    make: Nothing to be done for `doc'.

By adding a target for `doc` to build `docs`, both work.

Fixes #14705
  • Loading branch information
bors committed Sep 3, 2015
2 parents cd138dc + 7c8c72d commit 69c3b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ ifdef CFG_DISABLE_DOCS
endif

docs: $(DOC_TARGETS)
doc: docs
compiler-docs: $(COMPILER_DOC_TARGETS)

trpl: doc/book/index.html
Expand Down

0 comments on commit 69c3b39

Please sign in to comment.