summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 8452ce3e12..a9b7ff4dd7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -91,7 +91,8 @@ doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
install-man:
ifdef CONFIG_MANPAGES
-install-progs-$(CONFIG_DOC): install-doc install-man
+install-progs-$(CONFIG_HTMLPAGES): install-doc
+install-progs-$(CONFIG_DOC): install-man
install-doc: $(HTMLPAGES)
$(Q)mkdir -p "$(DOCDIR)"