Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: package all files with make dist - dwm - dynamic window manager
git clone git://git.suckless.org/dwm
Log
Files
Refs
README
LICENSE
---
commit 42cf1c7d8f94e1c51a71761ab24414c2f49dac26
parent dce4fb373757727374d00c857ec0dfd225bbeafd
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
diff --git a/Makefile b/Makefile
@@ -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}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.