Skip to content

Commit 1aa7855

Browse files
committed
Introduce 'make doc' -> 'make docs'
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
1 parent ef02ffa commit 1aa7855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,3 +267,5 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
267267
CFG_INFO := $(info cfg: including ctags rules)
268268
include $(CFG_SRC_DIR)mk/ctags.mk
269269
endif
270+
271+
doc: docs

0 commit comments

Comments
 (0)