about summary refs log tree commit diff stats
path: root/dwm.1
blob: 152692355050c9eb5ac34da0db802f1079502f3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH DWM 1 dwm-0.0
.SH NAME
dwm \- d window manager
.SH SYNOPSIS
.B dwm
.RB [ \-v ]
.SH DESCRIPTION
.SS Overview
.B dwm
is a dynamic window manager for X11.
.SS Options
.TP
.B \-v
prints version information to stdout, then exits.
class="w"> = /usr/X11R6/include X11LIB = /usr/X11R6/lib 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} \ # -DVERSION=\"${VERSION}\" #LDFLAGS = -g ${LIBS} # Solaris #CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\" #LIBS += -lnsl -lsocket AR = ar cr CC = cc RANLIB = ranlib