summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorepoch <epoch@thebackupbox.net>2022-10-01 03:48:42 -0500
committerepoch <epoch@thebackupbox.net>2022-10-01 03:48:42 -0500
commit35fecc62409ee86ec45ae64a392e152e3e190384 (patch)
treeea7bae6fb9a884382ee1fb5d8061d34a51a8378b /Makefile
parent8d981a07f9d3d73cdd0a823a675277dc8526e166 (diff)
downloaduritools-35fecc62409ee86ec45ae64a392e152e3e190384.tar.gz
uritools-35fecc62409ee86ec45ae64a392e152e3e190384.zip
added uri-absolution. from geminiclient, but will be useful here too :)
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