about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-11-08 16:46:34 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-11-08 16:46:34 +0100
commitc9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e (patch)
tree0eca6888200a61db17e63a09368396cbd4b72c3a
parentremove .hgtags file (diff)
downloaddmenu-c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e.tar.gz
dmenu-c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e.tar.bz2
dmenu-c9e4e152e61b22186ba4f4ca58ae8c8d3d83e81e.zip
Makefile: package config.def.h on make dist
Diffstat (limited to '')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f14a8c..a7cd04f 100644
--- a/Makefile
+++ b/Makefile
@@ -39,8 +39,9 @@ clean:
 dist: clean
 	@echo creating dist tarball
 	@mkdir -p dmenu-${VERSION}
-	@cp LICENSE Makefile README arg.h config.mk dmenu.1 drw.h util.h \
-		dmenu_path dmenu_run stest.1 ${SRC} dmenu-${VERSION}
+	@cp LICENSE Makefile README arg.h config.def.h config.mk dmenu.1 \
+		drw.h util.h dmenu_path dmenu_run stest.1 ${SRC} \
+		dmenu-${VERSION}
 	@tar -cf dmenu-${VERSION}.tar dmenu-${VERSION}
 	@gzip dmenu-${VERSION}.tar
 	@rm -rf dmenu-${VERSION}