commit 42cf1c7d8f94e1c51a71761ab24414c2f49dac26
Author:     Hiltjo Posthuma <[email protected]>
AuthorDate: Sun Nov 8 16:52:53 2015 +0100
Commit:     Hiltjo Posthuma <[email protected]>
CommitDate: Sun Nov 8 16:52:53 2015 +0100

    Makefile: package all files with make dist

diff --git a/Makefile b/Makefile
index fd07d59..1ea40b7 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,8 @@ clean:
 dist: clean
        @echo creating dist tarball
        @mkdir -p dwm-${VERSION}
-       @cp -R LICENSE Makefile README config.def.h config.mk \
-               dwm.1 ${SRC} dwm-${VERSION}
+       @cp -R LICENSE TODO BUGS Makefile README config.def.h config.mk \
+               dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION}
        @tar -cf dwm-${VERSION}.tar dwm-${VERSION}
        @gzip dwm-${VERSION}.tar
        @rm -rf dwm-${VERSION}

Reply via email to