add manpage to dist - lsw - lists window titles of X clients to stdout
 (HTM) git clone git://git.suckless.org/lsw
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3cf05d7370a11d0ff194cd09250d23fcefdd2776
 (DIR) parent 3073d442c5d34c3a65b928e2f9a0b26d680d279b
 (HTM) Author: Connor Lane Smith <cls@lubutu.com>
       Date:   Sat,  4 Jun 2011 21:34:39 +0100
       
       add manpage to dist
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -29,7 +29,7 @@ clean:
        dist: clean
                @echo creating dist tarball
                @mkdir -p lsw-${VERSION}
       -        @cp -R LICENSE Makefile README config.mk ${SRC} lsw-${VERSION}
       +        @cp -R LICENSE Makefile README config.mk lsw.1 ${SRC} lsw-${VERSION}
                @tar -cf lsw-${VERSION}.tar lsw-${VERSION}
                @gzip lsw-${VERSION}.tar
                @rm -rf lsw-${VERSION}