Skip to content

Commit

Permalink
install-(news|pod)boat targets build manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Oct 22, 2017
1 parent c6188f9 commit b6c3eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@ cppcheck:
2>cppcheck.log
@echo "Done! See cppcheck.log for details."

install-newsboat: $(NEWSBOAT)
install-newsboat: $(NEWSBOAT) doc/$(NEWSBOAT).1
$(MKDIR) $(DESTDIR)$(prefix)/bin
$(INSTALL) $(NEWSBOAT) $(DESTDIR)$(prefix)/bin
$(MKDIR) $(DESTDIR)$(mandir)/man1
$(INSTALL) doc/$(NEWSBOAT).1 $(DESTDIR)$(mandir)/man1 || true

install-podboat: $(PODBOAT)
install-podboat: $(PODBOAT) doc/$(PODBOAT).1
$(MKDIR) $(DESTDIR)$(prefix)/bin
$(INSTALL) $(PODBOAT) $(DESTDIR)$(prefix)/bin
$(MKDIR) $(DESTDIR)$(mandir)/man1
Expand Down

0 comments on commit b6c3eb5

Please sign in to comment.