From 5bfcf2e922ec793a93437448b9bdb07845ba7181 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 25 May 2010 14:39:48 -0400 Subject: [PATCH] Remove last hardcoded reference to ~/.wmii-3.5 from man pages. --- img/icon.png | Bin 515 -> 313 bytes img/mkfile | 2 ++ img/wmii.png | Bin 1027 -> 434 bytes man/wmii.man1 | 2 +- 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/img/icon.png b/img/icon.png index 9784430ab25818dad8969fed9933464fdad0b22d..a71e50dc6308a2f171844e9d78c45b38d7dec4cd 100644 GIT binary patch delta 237 zcmZo>*~v6Pf|G@rfq|h_FClAk8>3^rL4Z$)>%V{hfMP^~|NsB9B>i#*s^%*R@(X5A zGIj|_D=qJsx%Yeu-TSH-VgZPZ!4!iOb0e4b0EVxh3Aj8BS0- za6|Bb!o^b!5sVE<3Yu)m$&*ErlarMv=uJpFS1#~@OD&;Y@k80wS>@Zq-a2y}&{SfH zlb*f*c1}#YK!Y^D=!90TJq?@&YnvL_RxmJp+>o^3D`WBukOw?n{an^LB{Ts5XURv9 delta 356 zcmdnV)XXwLLYjk(fq|i%p*9jou_bxCyDGi_(!TJv#{b#<& z`Xze8*K1nwCvw#kj=w(7r6+OhdG?#SGndb_^C(ZfGAoiZ#;M!es-3HXS?AuW)%^)m zT!21h@O1TaS?83{L@)$w)FB~|{O9|7`NIxO%NV!TUSV9!CsBG}1+$y1!K;Qqb^`+g R28I?DW~rnnUuuv|2LLwtl;i*a diff --git a/img/mkfile b/img/mkfile index ff5fc861..c8a60c03 100644 --- 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 index 539c0133cbd2bafbd7892cf4147f94f44d7c8661..69c7fc1f8d0938a08cfd5cedf5fc0bd3696de3c6 100644 GIT binary patch delta 359 zcmZqX*u*?Rf|G@rfq~(n(!m{*PcS*w>jwCQxc>Y14=6?q`2YVupJs77P$_RokY6x^ zppvmmT6xFJRlCo;t5aMr3zT3?@^*LO%in9@59HkOba4!cIQ;g8A|I2XKTU~+%Jp`x+kWvqem3f{lFbDYd7{onTe_~bI%MEKBt`f+_i?7E$2vzo-WfGLxoRMD5QfKnp z{@bOliE3}l-!^Skzo2x@&tdi*g=rVql*7V)uRB=8nHQcEyS1t9l2BR0prCAtYeY$Kep*R+Vo@rCdw`FEdq#e7NpW&fW+c8N*%!a)^z7nQ)A zC@d(zfiK6ZC{+0LqJ!>h?> z&VHTESZ+Tn@>m@I>qC3xR^>BaXg_i6;e|?eCF%YPY)YGqTFe+GPF3C_-J!$2@T|Pmr{7 zarrp^-ua`ZTRJRmKV6lQq+Q<85&KqA?&SRM8AqlyorwDL+rS~mwPTI*>*an)(yb?| zO6J{D*tT2XChy+o7dvtVl%yX#jb?-CZX>)-Ih{4m<&t;ucLQ^OG z6D7k_XrjEdQSg9*z<~`D{-*y+=JIJYY2;o%^XG#t|H~Ni4Wu|1PaMKTCvR*6^NfDx JhnJ8;8vtn{d{h7c diff --git a/man/wmii.man1 b/man/wmii.man1 index 1c22f135..cc0b4da3 100644 --- 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.