Greetings.

On Mon, 16 Mar 2015 22:18:33 +0100 Alex Pilon <[email protected]> wrote:
>     commit ec6937b989a171e872c58bc60f8b21bd25880cd5
>     Author: M Farkas-Dyck <[email protected]>
>     Date:   Wed Dec 10 14:29:34 2014 -0500
> 
>         dist arg.h; needed to build
> 
>     diff --git a/Makefile b/Makefile
>     index 52af636..25719f1 100644
>     --- a/Makefile
>     +++ b/Makefile
>     @@ -34,7 +34,7 @@ clean:
>      dist: clean
>             @echo creating dist tarball
>             @mkdir -p st-${VERSION}
>     - @cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 
> ${SRC} st-${VERSION}
>     + @cp -R LICENSE Makefile README config.mk config.def.h st.info st.1 
> ${SRC} arg.h st-${VERSION}
>             @tar -cf st-${VERSION}.tar st-${VERSION}
>             @gzip st-${VERSION}.tar
>             @rm -rf st-${VERSION}

Applied.

> Less code, and people notice when things aren't in the repo unlike a
> little used target.

That's too simple-minded. You are adding a dependency on git.


Sincerely,

Christoph Lohmann


Reply via email to