[hackers] [lchat][PATCH] Makefile: provides an uninstall target

2021-01-28 Thread shirenn
Signed-off-by: shirenn --- Makefile | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea45200..675ac76 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include config.mk -.PHONY: all install filter clean test +.PHONY: all install uninstall fi

Re: [hackers] [lchat][PATCH] Makefile: provides an uninstall target

2021-01-28 Thread Hiltjo Posthuma
On Thu, Jan 28, 2021 at 04:55:58PM +0100, shirenn wrote: > Signed-off-by: shirenn > --- > Makefile | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index ea45200..675ac76 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,6 +1,6 @@ > include confi

Re: [hackers] [lchat][PATCH] Makefile: provides an uninstall target

2021-01-28 Thread shirenn
On Thu, 2021-01-28 at 17:56 +0100, Hiltjo Posthuma wrote: > > It would be nice if the Makefile respects $DESTDIR also (can be a separate > patch). > Curently the destination directories are determined by these variables located in the config.mk file : PREFIX = /usr/local BINDIR = ${PREFIX}/

[hackers] [lchat][PATCH] Point that libutf is available in the sbase

2021-01-28 Thread Pedro Lucas Porcellis
--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ece4c0..d3a815f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Programs you can use lchat as a front end for: Requirements - * libutf + * [libutf](https://git.s

Re: [hackers] [lchat][PATCH] Makefile: provides an uninstall target

2021-01-28 Thread Jan Klemkow
On Thu, Jan 28, 2021 at 04:55:58PM +0100, shirenn wrote: > +uninstall: > + rm ${BINDIR}/lchat ${MAN1DIR}/lchat.1 > + Please, add '-f' option, or it will fail if one of the files not exist. Thanks, Jan

[hackers] [lchat] Point that libutf is available in the sbase || Pedro Lucas Porcellis

2021-01-28 Thread git
commit efee03173dd837d97b88529851385e9812d39d4d Author: Pedro Lucas Porcellis AuthorDate: Thu Jan 28 16:06:28 2021 -0300 Commit: Jan Klemkow CommitDate: Fri Jan 29 00:14:30 2021 +0100 Point that libutf is available in the sbase diff --git a/README.md b/README.md index 6ece4c0..d3a81