about summary refs log tree commit diff stats
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
parentdce4fb373757727374d00c857ec0dfd225bbeafd (diff)
downloaddwm-42cf1c7d8f94e1c51a71761ab24414c2f49dac26.tar.gz
Makefile: package all files with make dist
-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}
James Booth <boothj5@gmail.com> 2012-10-03 23:47:10 +0100 committer James Booth <boothj5@gmail.com> 2012-10-03 23:47:10 +0100 Started work on chat session, and chat states' href='/danisanti/profani-tty/commit/Makefile.am?id=f8de28232e353794617e402dc0ebf05b57728cc5'>f8de2823 ^
0ce7b2ac ^
c588a118 ^
2655d9e8 ^
3e92c60e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21