Skip to content

Commit

Permalink
Install the history(1) man page if history was built
Browse files Browse the repository at this point in the history
  • Loading branch information
jpco committed Aug 25, 2024
1 parent 5b17153 commit 3413598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,7 @@ install: all
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
cp rc.1 $(DESTDIR)$(MANPREFIX)/man1/
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/rc.1
if [ -f history ]; then \
cp history.1 $(DESTDIR)$(MANPREFIX)/man1/ && \
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/history.1; \
fi

0 comments on commit 3413598

Please sign in to comment.