aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author[email protected] <unknown>2006-08-03 10:59:20 +0200
committer[email protected] <unknown>2006-08-03 10:59:20 +0200
commitf80688f1c79ae813965c7c9cac35931a07c4cc90 (patch)
treec3236d07544ea47c8d53a54cefac28f6e4b8283f
parentapplied Sanders doc changes, added a PHONY line and changed the output of con... (diff)
downloadseiwm-f80688f1c79ae813965c7c9cac35931a07c4cc90.tar.xz
seiwm-f80688f1c79ae813965c7c9cac35931a07c4cc90.zip
changed the files included in make dist
-rw-r--r--Makefile3
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}