On Wed, Oct 12, 2022 at 11:02:14PM +0200, g...@suckless.org wrote:
> commit 910e67db33dc295b73c1861a79d520b0bd527b2d
> Author:     Hiltjo Posthuma <hil...@codemadness.org>
> AuthorDate: Wed Oct 12 22:55:21 2022 +0200
> Commit:     Hiltjo Posthuma <hil...@codemadness.org>
> CommitDate: Wed Oct 12 22:55:21 2022 +0200
> 
>     Makefile: add xembed.1 in the dist target
> 
> diff --git a/Makefile b/Makefile
> index 1b95d15..5c8c19e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -37,7 +37,7 @@ dist: clean
>       @echo creating dist tarball
>       @mkdir -p tabbed-${VERSION}
>       @cp -R LICENSE Makefile README config.def.h config.mk \
> -             tabbed.1 arg.h ${SRC} tabbed-${VERSION}
> +             tabbed.1 xembed.1 arg.h ${SRC} tabbed-${VERSION}
>       @tar -cf tabbed-${VERSION}.tar tabbed-${VERSION}
>       @gzip tabbed-${VERSION}.tar
>       @rm -rf tabbed-${VERSION}
> 

Might be worth it to use something like `git ls-files` to grab the list
of files.

- NRK

Reply via email to