Introduction
Introduction Statistics Contact Development Disclaimer Help
tprep 0.1 - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 7faa8a904208578672160d7b57a4b8df6520581e
parent 6797ff84ae00d8039aa897d8b713ccdb771cd336
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 14 Jul 2006 18:40:31 +0200
prep 0.1
Diffstat:
M Makefile | 2 +-
M config.mk | 12 ++++++------
M dwm.1 | 2 +-
M dwm.html | 4 +++-
4 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -33,7 +33,7 @@ clean:
dist: clean
mkdir -p dwm-${VERSION}
- cp -R Makefile README LICENSE config.mk *.h *.c ${MAN} dwm-${VERSION}
+ cp -R Makefile README LICENSE config.mk *.h *.c ${MAN1} dwm-${VERSION}
tar -cf dwm-${VERSION}.tar dwm-${VERSION}
gzip dwm-${VERSION}.tar
rm -rf dwm-${VERSION}
diff --git a/config.mk b/config.mk
t@@ -8,18 +8,18 @@ MANPREFIX = ${PREFIX}/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
-VERSION = 0.0
+VERSION = 0.1
# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
# Linux/BSD
-#CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
-# -DVERSION=\"${VERSION}\"
-#LDFLAGS = ${LIBS}
-CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
+CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
-DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+LDFLAGS = ${LIBS}
+#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
+# -DVERSION=\"${VERSION}\"
+#LDFLAGS = -g ${LIBS}
# Solaris
diff --git a/dwm.1 b/dwm.1
t@@ -1,4 +1,4 @@
-.TH DWM 1 dwm-0.0
+.TH DWM 1 dwm-0.1
.SH NAME
dwm \- dynamic window manager
.SH SYNOPSIS
diff --git a/dwm.html b/dwm.html
t@@ -93,7 +93,9 @@
<code>hg clone http://wmii.de/cgi-bin/hgwebdir.cgi/dwm</code>
</p>
<h3>Download</h3>
- <p>There is no release yet.</p>
+ <ul>
+ <li><a href="http://wmii.de/download/dwm-0.1.tar.gz">d…
+ </ul>
<h3>Miscellaneous</h3>
<p>
You can purchase this <a href="https://www.spreadshirt.net/sho…
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.