From 35fecc62409ee86ec45ae64a392e152e3e190384 Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 1 Oct 2022 03:48:42 -0500 Subject: added uri-absolution. from geminiclient, but will be useful here too :) --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3