about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-11-08 16:52:53 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-11-08 16:52:53 +0100
commit42cf1c7d8f94e1c51a71761ab24414c2f49dac26 (patch)
tree1ad176c8aaf4857a3ecd60d6e6f1e4bf13de4b62 /Makefile
parentdce4fb373757727374d00c857ec0dfd225bbeafd (diff)
downloaddwm-42cf1c7d8f94e1c51a71761ab24414c2f49dac26.tar.gz
Makefile: package all files with make dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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}