Skip to content

Commit

Permalink
doc: install-html target should create the html directory
Browse files Browse the repository at this point in the history
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
jeffpc committed Aug 24, 2015
1 parent bbe86ca commit d4330ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

#
Expand Down

0 comments on commit d4330ec

Please sign in to comment.