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}
> 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246