Remove last hardcoded reference to ~/.wmii-3.5 from man pages.

This commit is contained in:
Kris Maglione 2010-05-25 14:39:48 -04:00
parent e66079c942
commit 5bfcf2e922
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

After

Width:  |  Height:  |  Size: 313 B

View File

@ -20,6 +20,7 @@ iconheight = `{*=$epsbox; $calc '('$4 - $2') *' $iconscale}
showpage showpage
quit quit
! !
optipng -fix $target
%.pdf: %.eps %.pdf: %.eps
sh epstopdf $stem.eps sh epstopdf $stem.eps
@ -38,4 +39,5 @@ iconheight = `{*=$epsbox; $calc '('$4 - $2') *' $iconscale}
showpage showpage
quit quit
! !
optipng -fix $target

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 434 B

View File

@ -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 actually be any executable file. It is executed usually by
selecting it from the actions menu. You can customize an action selecting it from the actions menu. You can customize an action
by copying it from the global action directory 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 editing the copy to fit your needs. Of course you can also
create your own actions there; make sure that they are create your own actions there; make sure that they are
executable. executable.