Skip to content

Commit

Permalink
Makefile.in: fix installing man-pages
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/768504
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
Helmut Jarausch authored and grobian committed Feb 4, 2021
1 parent db33e20 commit 05364c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ check:
install:
$(INSTALLER) -d -m 755 $(DESTDIR)$(BINDIR);
$(INSTALLER) -m 755 html2text $(DESTDIR)$(BINDIR);
$(INSTALLER) -d -m 755 $(DESTDIR)$(MANDIR);
$(INSTALLER) -d -m 755 $(DESTDIR)$(MANDIR)/man1;
$(INSTALLER) -d -m 755 $(DESTDIR)$(MANDIR)/man5;
$(INSTALLER) -m 644 html2text.1 $(DESTDIR)$(MANDIR)/man1;
$(INSTALLER) -m 644 html2textrc.5 $(DESTDIR)$(MANDIR)/man5;
$(INSTALLER) -d -m 755 $(DESTDIR)$(DOCDIR);
Expand Down

0 comments on commit 05364c1

Please sign in to comment.