Maintaining Files on Plan 9 with Mk
1–10 of 17 posts
Re: Maintaining Files on Plan 9 with Mk
#2Re: Maintaining Files on Plan 9 with Mk
#3My webside is managed by a big mkfile which builds html from markdown using pandoc and deploys over ssh. There is even a target in there for checking for dead links using curl.
I just counted: 778 mkfiles in my personal files.
Re: Maintaining Files on Plan 9 with Mk
#4I use mk for all my personal projects. It is such a useful place to store maintenance operations on files exactly where they are needed. Not just build-type operations, but also syncing with remote stuff and other maintenance things. My webside is managed by a big mkfile which builds html from markdown using pandoc and deploys over ssh. There is even a target in there for checking for dead links using curl. I just co…
Re: Maintaining Files on Plan 9 with Mk
#5Re: Maintaining Files on Plan 9 with Mk
#6Is the make from Go based on the Plan 9 Mk? Or is it something else entirely?
Re: Maintaining Files on Plan 9 with Mk
#7Re: Maintaining Files on Plan 9 with Mk
#8I use mk for all my personal projects. It is such a useful place to store maintenance operations on files exactly where they are needed. Not just build-type operations, but also syncing with remote stuff and other maintenance things. My webside is managed by a big mkfile which builds html from markdown using pandoc and deploys over ssh. There is even a target in there for checking for dead links using curl. I just co…
Re: Maintaining Files on Plan 9 with Mk
#9I use mk for all my personal projects. It is such a useful place to store maintenance operations on files exactly where they are needed. Not just build-type operations, but also syncing with remote stuff and other maintenance things. My webside is managed by a big mkfile which builds html from markdown using pandoc and deploys over ssh. There is even a target in there for checking for dead links using curl. I just co…
That sounds really interesting, any chance you could post the mkfile you use for that?
Re: Maintaining Files on Plan 9 with Mk
#10I use mk for all my personal projects. It is such a useful place to store maintenance operations on files exactly where they are needed. Not just build-type operations, but also syncing with remote stuff and other maintenance things. My webside is managed by a big mkfile which builds html from markdown using pandoc and deploys over ssh. There is even a target in there for checking for dead links using curl. I just co…
Any reason you chose to use mk over (GNU) Make?