Skip to content

Commit

Permalink
Introduce 'make doc' -> 'make docs'
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
steveklabnik committed Sep 2, 2015
1 parent ef02ffa commit 1aa7855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,5 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
CFG_INFO := $(info cfg: including ctags rules)
include $(CFG_SRC_DIR)mk/ctags.mk
endif

doc: docs

0 comments on commit 1aa7855

Please sign in to comment.