URI: 
       fixed issue reported by serge on irc, util.c was excluded in dist target - sic - simple irc client
  HTML git clone git://git.suckless.org/sic
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit fdaf2adbc98db2979e68fbb653620a974c338d0a
   DIR parent a4ba8e3b08cff1046e87c59ad688b8f7f6c42a41
  HTML Author: anselm@garbe.us <unknown>
       Date:   Fri,  6 Aug 2010 09:52:12 +0100
       
       fixed issue reported by serge on irc, util.c was excluded in dist target
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -30,7 +30,7 @@ clean:
        dist: clean
                @echo creating dist tarball
                @mkdir -p sic-${VERSION}
       -        @cp -R LICENSE Makefile README config.mk sic.1 ${SRC} sic-${VERSION}
       +        @cp -R LICENSE Makefile README config.mk sic.1 sic.c util.c sic-${VERSION}
                @tar -cf sic-${VERSION}.tar sic-${VERSION}
                @gzip sic-${VERSION}.tar
                @rm -rf sic-${VERSION}