Introduction
Introduction Statistics Contact Development Disclaimer Help
tusing SRC instead of *.c - dwm - [fork] customized build of dwm, the dynamic w…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 7315bb08ad45e163dbf110b92f8f9f5d392d96e2
parent f80688f1c79ae813965c7c9cac35931a07c4cc90
Author: [email protected] <unknown>
Date: Thu, 3 Aug 2006 11:27:29 +0200
using SRC instead of *.c
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -37,7 +37,7 @@ clean:
dist: clean
mkdir -p dwm-${VERSION}
cp -R Makefile README LICENSE config.mk dwm.h config.*.h \
- *.c ${MAN1} dwm-${VERSION}
+ ${SRC} ${MAN1} dwm-${VERSION}
tar -cf dwm-${VERSION}.tar dwm-${VERSION}
gzip dwm-${VERSION}.tar
rm -rf dwm-${VERSION}
You are viewing proxied material from mx1.adamsgaard.dk. 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.