We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffeda04 commit 5ac2617Copy full SHA for 5ac2617
docs/Makefile.autosetup
@@ -66,3 +66,6 @@ install:
66
install -m 644 *.3.gz $(DESTDIR)$(mandir)/man3
67
install -m 644 *.5.gz $(DESTDIR)$(mandir)/man5
68
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