about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-10-11 20:47:34 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-10-11 20:47:34 +0200
commit0453c1d180ca868a740bcc032d2dac1f120f6c7e (patch)
treea7a1cff6276dfde5fa411de70d7047f190b66967 /Makefile
parent0b5c14cf593c82b85570c45beac553dfce2f9689 (diff)
downloaddwm-0453c1d180ca868a740bcc032d2dac1f120f6c7e.tar.gz
recreated dwm.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dee43ed..1dde4b2 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
 dist: clean
 	@echo creating dist tarball
 	@mkdir -p dwm-${VERSION}
-	@cp -R LICENSE Makefile README config.def.h config.mk \
+	@cp -R LICENSE Makefile README config.def.h config.mk dwm.h \
 		dwm.1 ${SRC} dwm-${VERSION}
 	@tar -cf dwm-${VERSION}.tar dwm-${VERSION}
 	@gzip dwm-${VERSION}.tar