--- Documentation/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in index c4c843cb..5bc0d80d 100644 --- a/Documentation/Makefile.in +++ b/Documentation/Makefile.in @@ -94,8 +94,10 @@ html: $(MAN_HTML) install: install-man install-man: man + $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir) $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir) $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) + $(INSTALL) -m 644 $(MAN3) $(DESTDIR)$(man3dir) $(INSTALL) -m 644 $(MAN5) $(DESTDIR)$(man5dir) # the source file name of btrfs.5 clashes with section 8 page, but we # want to keep the code generic -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
