Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Ethan Grammatikidis
On Mon, 6 Jun 2011 18:42:20 +0200 Petr Sabata wrote: > On Mon, Jun 06, 2011 at 04:36:24PM +0100, Ethan Grammatikidis wrote: > > On Mon, 6 Jun 2011 10:35:56 +0200 > > Petr Sabata wrote: > > > > > + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 > > > > This is the sort of thing which has people symlink

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Connor Lane Smith
I've rewritten lsx for dmenu, though I don't know whether I'll actually add it to the repo. However, it had a number of bugs, which I've fixed, and I've included your patch too. Attached. Thanks, cls /* See LICENSE file for copyright and license details. */ #include #include #include #include

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Connor Lane Smith
On 6 June 2011 14:05, Petr Sabata wrote: > While you're updating those small tools, any chance of getting this in? > http://lists.suckless.org/dev/1105/8047.html As I just discovered, lsx doesn't appear to have its own repo. I'm unsure why. But no, I apparently can't. ;) cls

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Petr Sabata
On Mon, Jun 06, 2011 at 04:36:24PM +0100, Ethan Grammatikidis wrote: > On Mon, 6 Jun 2011 10:35:56 +0200 > Petr Sabata wrote: > > > + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 > > This is the sort of thing which has people symlinking man -> share/man or > vice versa. > I really don't see how

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Ethan Grammatikidis
On Mon, 6 Jun 2011 10:35:56 +0200 Petr Sabata wrote: > + @mkdir -p ${DESTDIR}${MANPREFIX}/man1 This is the sort of thing which has people symlinking man -> share/man or vice versa.

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Petr Sabata
On Mon, Jun 06, 2011 at 12:52:32PM +0100, Connor Lane Smith wrote: > Hey, > > On 6 June 2011 09:35, Petr Sabata wrote: > > This is self-explanatory... > > Applied, thanks. Awesome. While you're updating those small tools, any chance of getting this in? http://lists.suckless.org/dev/1105/8047.h

Re: [dev] [PATCH] [lsw] Create manpage directory if it's not there

2011-06-06 Thread Connor Lane Smith
Hey, On 6 June 2011 09:35, Petr Sabata wrote: > This is self-explanatory... Applied, thanks. Connor