tMakefile: package all files with make dist - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 42cf1c7d8f94e1c51a71761ab24414c2f49dac26
DIR parent dce4fb373757727374d00c857ec0dfd225bbeafd
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 8 Nov 2015 16:52:53 +0100
Makefile: package all files with make dist
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -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}