Re: [dev] automating running and building

2016-01-08 Thread Teodoro Santoni
Hi, 2016-01-08 4:08 GMT+01:00, Greg Reagle : > On Thu, Jan 07, 2016 at 05:22:38PM -0800, Louis Santillan wrote: >> Do mean something like this in a makefile? Essentially adding a >> `./$@` to end of `dwm` target: > > I tried it and it does not seem to be a solution. If dwm is up to date, > Make

Re: [dev] Auto-preview man pages

2016-01-08 Thread Greg Reagle
On Fri, Jan 08, 2016 at 12:53:56AM -0500, Greg Reagle wrote: > If you use the -r option of entr, then you do get complete and very > satisfying automation when running a GUI. For instance this works great: > echo Readme.md | entr -r sh -c 'mkd2html Readme.md ; netsurf Readme.html' > > For some