From d4330ecf6e82f3735f5799c56515dd85aba496f9 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Mon, 24 Aug 2015 13:39:00 -0400 Subject: [PATCH] doc: install-html target should create the html directory Signed-off-by: Josef 'Jeff' Sipek --- Documentation/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 2574125..eb9c2b7 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -40,6 +40,7 @@ install: man $(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir) install-html: html + $(INSTALL) -d -m755 $(DESTDIR)$(htmldir) $(INSTALL) -m644 $(DOC_HTML) $(DESTDIR)$(htmldir) #