Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ofarges-dwm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FARGES Olivier
ofarges-dwm
Commits
7faa8a90
Commit
7faa8a90
authored
19 years ago
by
Anselm R. Garbe
Browse files
Options
Downloads
Patches
Plain Diff
prep 0.1
parent
6797ff84
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
config.mk
+6
-6
6 additions, 6 deletions
config.mk
dwm.1
+1
-1
1 addition, 1 deletion
dwm.1
dwm.html
+3
-1
3 additions, 1 deletion
dwm.html
with
11 additions
and
9 deletions
Makefile
+
1
−
1
View file @
7faa8a90
...
...
@@ -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
${
MAN
1
}
dwm-
${
VERSION
}
tar
-cf
dwm-
${
VERSION
}
.tar dwm-
${
VERSION
}
gzip
dwm-
${
VERSION
}
.tar
rm
-rf
dwm-
${
VERSION
}
...
...
This diff is collapsed.
Click to expand it.
config.mk
+
6
−
6
View file @
7faa8a90
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
dwm.1
+
1
−
1
View file @
7faa8a90
.TH DWM 1 dwm-0.
0
.TH DWM 1 dwm-0.
1
.SH NAME
dwm \- dynamic window manager
.SH SYNOPSIS
...
...
This diff is collapsed.
Click to expand it.
dwm.html
+
3
−
1
View file @
7faa8a90
...
...
@@ -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"
>
dwm 0.1
</a>
(12kb) (20060714)
</li>
</ul>
<h3>
Miscellaneous
</h3>
<p>
You can purchase this
<a
href=
"https://www.spreadshirt.net/shop.php?op=article&article_id=3298632&view=403"
>
tricot
</a>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment