Re: [hackers] [lchat] Makefile: add dist target to create release tarballs || Jan Klemkow

2022-10-22 Thread Steve Ward
On Fri, Oct 21, 2022 at 3:36 AM Laslo Hunhold wrote: > > On Thu, 20 Oct 2022 19:18:42 -0400 > Steve Ward wrote: > > Dear Steve, > > > If you want to stick with git, the mkdir, cp, tar, and rm commands > > could be replaced with: > > git archive --prefix lchat-$(VERSION)/ HEAD | gzip > > > lchat-$

Re: [hackers] [lchat] Makefile: add dist target to create release tarballs || Jan Klemkow

2022-10-21 Thread Tom Schwindl
Hi Laslo, On Fri Oct 21, 2022 at 9:35 AM CEST, Laslo Hunhold wrote: > On Thu, 20 Oct 2022 19:18:42 -0400 > Steve Ward wrote: > > Dear Steve, > > > If you want to stick with git, the mkdir, cp, tar, and rm commands > > could be replaced with: > > git archive --prefix lchat-$(VERSION)/ HEAD | gzip

Re: [hackers] [lchat] Makefile: add dist target to create release tarballs || Jan Klemkow

2022-10-21 Thread Laslo Hunhold
On Thu, 20 Oct 2022 19:18:42 -0400 Steve Ward wrote: Dear Steve, > If you want to stick with git, the mkdir, cp, tar, and rm commands > could be replaced with: > git archive --prefix lchat-$(VERSION)/ HEAD | gzip > > lchat-$(VERSION).tar.gz this would add an implicit dependency on git, though.

Re: [hackers] [lchat] Makefile: add dist target to create release tarballs || Jan Klemkow

2022-10-20 Thread Steve Ward
On Thu, Oct 20, 2022 at 5:11 PM wrote: > > commit f212a3b26b2b248aa41c50f6393564cf1e29dbc2 > Author: Jan Klemkow > AuthorDate: Thu Oct 20 23:09:58 2022 +0200 > Commit: Jan Klemkow > CommitDate: Thu Oct 20 23:09:58 2022 +0200 > > Makefile: add dist target to create release tarballs >

[hackers] [lchat] Makefile: add dist target to create release tarballs || Jan Klemkow

2022-10-20 Thread git
commit f212a3b26b2b248aa41c50f6393564cf1e29dbc2 Author: Jan Klemkow AuthorDate: Thu Oct 20 23:09:58 2022 +0200 Commit: Jan Klemkow CommitDate: Thu Oct 20 23:09:58 2022 +0200 Makefile: add dist target to create release tarballs diff --git a/Makefile b/Makefile index ff911d9..ee6839e