]> git.armaanb.net Git - dwm.git/commitdiff
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 2615673ad0934fc813723d240ad14a4303eb2979..b139b544f91a86994ca125a229540e13ea7ab25a 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 \
-               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}