JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reverted dist target in Makefile
authoranselm@anselm1 <unknown>
Mon, 19 May 2008 19:08:31 +0000 (20:08 +0100)
committeranselm@anselm1 <unknown>
Mon, 19 May 2008 19:08:31 +0000 (20:08 +0100)
Makefile

index 2615673..b139b54 100644 (file)
--- 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 \
        @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}
        @tar -cf dwm-${VERSION}.tar dwm-${VERSION}
        @gzip dwm-${VERSION}.tar
        @rm -rf dwm-${VERSION}