URI: 
       reverted dist target in Makefile - dwm - dynamic window manager
  HTML git clone https://git.parazyd.org/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit f806a17692a145fb6fcc59ca4c2c199f7975f40a
   DIR parent 822101dd5bceadb12351dd5f9084d7745b10ec92
  HTML Author: anselm@anselm1 <unknown>
       Date:   Mon, 19 May 2008 20:08:31 +0100
       
       reverted dist target in Makefile
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -36,7 +36,7 @@ dist: clean
                @echo creating dist tarball
                @mkdir -p dwm-${VERSION}
                @cp -R LICENSE Makefile README config.def.h config.mk \
       -                dwm.1 *.c dwm-${VERSION}
       +                dwm.1 ${SRC} dwm-${VERSION}
                @tar -cf dwm-${VERSION}.tar dwm-${VERSION}
                @gzip dwm-${VERSION}.tar
                @rm -rf dwm-${VERSION}