Skip to content

Commit 5ac2617

Browse files
committed
Install missing manpage symlinks
1 parent ffeda04 commit 5ac2617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile.autosetup

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ install:
6666
install -m 644 *.3.gz $(DESTDIR)$(mandir)/man3
6767
install -m 644 *.5.gz $(DESTDIR)$(mandir)/man5
6868
install -m 644 *.8.gz $(DESTDIR)$(mandir)/man8
69+
ln -s pkg-delete.8.gz $(DESTDIR)$(mandir)/man8/pkg-remove.8.gz
70+
ln -s pkg.8.gz $(DESTDIR)$(mandir)/man8/pkg-static.8.gz
71+
ln -s pkg-lock.8.gz $(DESTDIR)$(mandir)/man8/pkg-unlock.8.gz

0 commit comments

Comments
 (0)