summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c9dbef..64caa52 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ install: all
install -t $(PREFIX)/bin uriunescape
install -t $(PREFIX)/bin uriescape
install -t $(PREFIX)/bin urilaunch
+ install -t $(PREFIX)/bin uri-aboslution
install -t $(PREFIX)/bin search
install -t $(PREFIX)/bin getsrv
install -t $(PREFIX)/bin urititle
@@ -53,4 +54,5 @@ install: all
install -t $(PREFIX)/bin rfc-search
install -t $(PREFIX)/bin urilist
install -t $(PREFIX)/bin rfc-list
- chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten
+ install -t $(PREFIX)/bin man-list
+ chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten || true #ignore this error