diff options
author | arg@10ksloc.org <unknown> | 2006-08-03 10:59:20 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-03 10:59:20 +0200 |
commit | f80688f1c79ae813965c7c9cac35931a07c4cc90 (patch) | |
tree | c3236d07544ea47c8d53a54cefac28f6e4b8283f /Makefile | |
parent | dc5c070c44d9af434405c8d6538abd06299d3298 (diff) | |
download | dwm-f80688f1c79ae813965c7c9cac35931a07c4cc90.tar.gz |
changed the files included in make dist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index c2a4563..5d06e74 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,8 @@ clean: dist: clean mkdir -p dwm-${VERSION} - cp -R Makefile README LICENSE config.mk *.h *.c ${MAN1} dwm-${VERSION} + cp -R Makefile README LICENSE config.mk dwm.h config.*.h \ + *.c ${MAN1} dwm-${VERSION} tar -cf dwm-${VERSION}.tar dwm-${VERSION} gzip dwm-${VERSION}.tar rm -rf dwm-${VERSION} |