commit 5bfcf2e922ec793a93437448b9bdb07845ba7181
parent e66079c942f7acbe64deeee7928d77d4d80561b3
Author: Kris Maglione <kris@suckless.org>
Date: Tue, 25 May 2010 14:39:48 -0400
Remove last hardcoded reference to ~/.wmii-3.5 from man pages.
Diffstat:
4 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/img/icon.png b/img/icon.png
Binary files differ.
diff --git a/img/mkfile b/img/mkfile
@@ -20,6 +20,7 @@ iconheight = `{*=$epsbox; $calc '('$4 - $2') *' $iconscale}
showpage
quit
!
+ optipng -fix $target
%.pdf: %.eps
sh epstopdf $stem.eps
@@ -38,4 +39,5 @@ iconheight = `{*=$epsbox; $calc '('$4 - $2') *' $iconscale}
showpage
quit
!
+ optipng -fix $target
diff --git a/img/wmii.png b/img/wmii.png
Binary files differ.
diff --git a/man/wmii.man1 b/man/wmii.man1
@@ -145,7 +145,7 @@ An action is a shell script in the default setup, but it can
actually be any executable file. It is executed usually by
selecting it from the actions menu. You can customize an action
by copying it from the global action directory
-'@CONFPREFIX@/wmii-3.5' to '$HOME/.wmii-3.5' and then
+'@CONFPREFIX@/wmii@CONFVERSION@' to '$HOME/.wmii@CONFVERSION@' and then
editing the copy to fit your needs. Of course you can also
create your own actions there; make sure that they are
executable.