Commit 8e2cf68d authored by Stefano Sabatini's avatar Stefano Sabatini

doc/Makefile: add doc target, as an alias for "documentation"

Consistent with --enable-doc, and easier to type.
parent 9467f4eb
......@@ -18,7 +18,9 @@ DOCS-$(CONFIG_MANPAGES) += $(MANPAGES)
DOCS-$(CONFIG_TXTPAGES) += $(TXTPAGES)
DOCS = $(DOCS-yes)
all-$(CONFIG_DOC): documentation
all-$(CONFIG_DOC): doc
doc: documentation
documentation: $(DOCS)
......@@ -72,4 +74,4 @@ clean::
-include $(wildcard $(DOCS:%=%.d))
.PHONY: documentation
.PHONY: doc documentation
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment